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 e92815b commit d8cbaf2Copy full SHA for d8cbaf2
src/test/suite/oidc.test.ts
@@ -122,11 +122,10 @@ suite('OIDC Tests', function () {
122
try {
123
cluster = await MongoCluster.start({
124
...defaultClusterOptions,
125
- version: '7.0.x',
+ version: '8.0.x',
126
downloadOptions: { enterprise: true },
127
args: [
128
'--setParameter',
129
- '--debug',
130
'authenticationMechanisms=SCRAM-SHA-256,MONGODB-OIDC',
131
// enableTestCommands allows using http:// issuers such as http://localhost
132
0 commit comments