1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-22 17:02:17 -05:00
This commit is contained in:
Tankred Hase 2014-07-18 17:06:36 +02:00
parent b4507b1bbc
commit 7e4f8f1c80

View File

@ -1547,7 +1547,7 @@ define(function(require) {
it('should send encrypted', function(done) { it('should send encrypted', function(done) {
pgpMailerStub.send.withArgs({ pgpMailerStub.send.withArgs({
encrypt: true, encrypt: true,
cleartextMessage: str.message + str.signature, cleartextMessage: str.message,
mail: dummyMail, mail: dummyMail,
smtpclient: undefined, smtpclient: undefined,
publicKeysArmored: publicKeys publicKeysArmored: publicKeys