X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Ft%2Fmail%2Fgnupg-realmail.t;h=1609cffbba0037c6ef8ab902c78513302a30fcf6;hb=5f6b143801578ebcc30b97fba1b047f80fa232fe;hp=7d1dbcab5a9f003bd27c369acd4d4b146e1993be;hpb=f3c4966ed1f6ec3db7accd6dcdd3a5a3821d72a7;p=freeside.git diff --git a/rt/t/mail/gnupg-realmail.t b/rt/t/mail/gnupg-realmail.t index 7d1dbcab5..1609cffbb 100644 --- a/rt/t/mail/gnupg-realmail.t +++ b/rt/t/mail/gnupg-realmail.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; @@ -63,7 +62,7 @@ sub email_ok { my ($msg, @attachments) = @{$txn->Attachments->ItemsArrayRef}; is( $msg->GetHeader('X-RT-Privacy'), - 'PGP', + 'GnuPG', "$eid: recorded incoming mail that is encrypted" );