This commit is contained in:
Brian C 2020-12-29 18:57:55 +00:00 committed by GitHub
parent ce93ec8b39
commit a8aa55c705

View File

@ -41,7 +41,6 @@ suite.test('SSL connection error allows event loop to exit', (done) => {
})
})
suite.test('Non "S" response code allows event loop to exit', (done) => {
const port = makeTerminatingBackend('X')
const client = new helper.pg.Client({ ssl: 'require', host: 'localhost', port })