Skip to content

Commit

Permalink
fix: added ignoreTLS to mx tests
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Aug 27, 2024
1 parent 8083077 commit aa3a84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mx/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ test('connects', async (t) => {
host: mx.host,
port: mx.port,
connection: mx.socket,
// TODO: ignoreTLS: true,
ignoreTLS: true,
secure: false,
tls
});
Expand Down

0 comments on commit aa3a84b

Please sign in to comment.