Skip to content

Commit

Permalink
Fixing email test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
doakalexi committed Oct 31, 2024
1 parent 8d7df4c commit 511f42c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ describe('send_email module', () => {
"secure": false,
"tls": Object {
"ca": "ca cert data goes here",
"rejectUnauthorized": true,
"rejectUnauthorized": false,
},
},
]
Expand Down Expand Up @@ -835,7 +835,6 @@ describe('send_email module', () => {
"secure": false,
"tls": Object {
"ca": "ca cert data goes here",
"rejectUnauthorized": true,
},
},
]
Expand Down

0 comments on commit 511f42c

Please sign in to comment.