Skip to content

Commit

Permalink
modify test-helper.js to fix CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tanvipise committed Oct 22, 2024
1 parent ec24054 commit 61de288
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var utils = require('../../../lib/utils')
var connect = function (callback) {
var username = helper.args.user
var database = helper.args.database
var con = new Connection({ stream: new net.Stream() })
var con = new Connection({ stream: new net.Stream(), tls_mode: 'disable' })
con.on('error', function (error) {
console.log(error)
throw new Error('Connection error')
Expand Down

0 comments on commit 61de288

Please sign in to comment.