Skip to content

Commit d8cbaf2

Browse files
committed
Use 8.0.x
1 parent e92815b commit d8cbaf2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/suite/oidc.test.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,10 @@ suite('OIDC Tests', function () {
122122
try {
123123
cluster = await MongoCluster.start({
124124
...defaultClusterOptions,
125-
version: '7.0.x',
125+
version: '8.0.x',
126126
downloadOptions: { enterprise: true },
127127
args: [
128128
'--setParameter',
129-
'--debug',
130129
'authenticationMechanisms=SCRAM-SHA-256,MONGODB-OIDC',
131130
// enableTestCommands allows using http:// issuers such as http://localhost
132131
'--setParameter',

0 commit comments

Comments
 (0)