X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Ft%2Fmail%2Fgnupg-outgoing-plain-plaintext.t;fp=rt%2Ft%2Fmail%2Fgnupg-outgoing-plain-plaintext.t;h=baf51e49fb9fc889884ab10fa2c332238b3c2901;hb=740834abbf5434a60a7ded2c0b48430420e995a9;hp=32e7d5d8c6b21cf346e26c6c30d1839ca01eb96d;hpb=c15f44fcb8de4a64edf8f6d35c2de4392be7464e;p=freeside.git diff --git a/rt/t/mail/gnupg-outgoing-plain-plaintext.t b/rt/t/mail/gnupg-outgoing-plain-plaintext.t index 32e7d5d8c..baf51e49f 100644 --- a/rt/t/mail/gnupg-outgoing-plain-plaintext.t +++ b/rt/t/mail/gnupg-outgoing-plain-plaintext.t @@ -2,7 +2,7 @@ use strict; use warnings; use RT::Test::GnuPG - tests => 104, + tests => undef, text_templates => 1, gnupg_options => { passphrase => 'rt-test', @@ -10,7 +10,7 @@ use RT::Test::GnuPG }; RT::Test->import_gnupg_key('rt-recipient@example.com'); -RT::Test->import_gnupg_key( 'rt-test@example.com', 'public' ); +RT::Test->import_gnupg_key( 'rt-test@example.com' ); my $queue = RT::Test->load_or_create_queue( Name => 'Regression', @@ -23,3 +23,5 @@ my ( $baseurl, $m ) = RT::Test->started_ok; ok $m->login, 'logged in'; create_and_test_outgoing_emails( $queue, $m ); +undef $m; +done_testing;