RT 4.2.11, ticket#13852
[freeside.git] / rt / t / mail / gnupg-realmail.t
index 834014c..1609cff 100644 (file)
@@ -62,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"
     );