X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Ft%2Fmail%2Fgnupg-outgoing-encrypted-plaintext.t;fp=rt%2Ft%2Fmail%2Fgnupg-outgoing-encrypted-plaintext.t;h=7f0f7ac85a07b45d0b89f11db831bb30a3b0a5ba;hp=35cfcedddc752d3476dc1f015481cc9c974e28d2;hb=de9d037528895f7151a9aead6724ce2df95f9586;hpb=b226bc6bd81f999176cdbfa53a799033ff0a0307 diff --git a/rt/t/mail/gnupg-outgoing-encrypted-plaintext.t b/rt/t/mail/gnupg-outgoing-encrypted-plaintext.t index 35cfceddd..7f0f7ac85 100644 --- a/rt/t/mail/gnupg-outgoing-encrypted-plaintext.t +++ b/rt/t/mail/gnupg-outgoing-encrypted-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', @@ -25,3 +25,5 @@ ok $m->login, 'logged in'; create_and_test_outgoing_emails( $queue, $m ); +undef $m; +done_testing;