Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tanvipise committed Sep 17, 2024
1 parent dc1bded commit b4c002f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ suite.test('vertica tls - prefer mode', function () {
console.log(err)
assert(false)
}
//Verify is client is using a TLS connection
//Verify if client is using a TLS connection
client.query("SELECT mode FROM tls_configurations where name = 'server' LIMIT 1", (err, res) => {
if (err) {
console.log(err)
Expand Down

0 comments on commit b4c002f

Please sign in to comment.