We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58507a3 commit 1139f04Copy full SHA for 1139f04
couchnode/releaseSmokeTests/analyticsQuickTest.cjs
@@ -121,7 +121,7 @@ async function runSmokeTest() {
121
122
if (testConfig.disableCertVerification) {
123
options.securityOptions = {
124
- disableCertVerification: true,
+ disableServerCertificateVerification: true,
125
}
126
127
couchnode/releaseSmokeTests/analyticsQuickTest.mjs
@@ -124,7 +124,7 @@ async function runSmokeTest() {
128
129
130
0 commit comments