mirror of
https://github.com/moparisthebest/mail
synced 2024-11-22 17:02:17 -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) {
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user