mirror of
https://github.com/moparisthebest/mail
synced 2024-11-22 08:52:15 -05:00
Fix test
This commit is contained in:
parent
b4507b1bbc
commit
7e4f8f1c80
@ -1547,7 +1547,7 @@ define(function(require) {
|
||||
it('should send encrypted', function(done) {
|
||||
pgpMailerStub.send.withArgs({
|
||||
encrypt: true,
|
||||
cleartextMessage: str.message + str.signature,
|
||||
cleartextMessage: str.message,
|
||||
mail: dummyMail,
|
||||
smtpclient: undefined,
|
||||
publicKeysArmored: publicKeys
|
||||
|
Loading…
Reference in New Issue
Block a user