Skip to content

Commit d1ece65

Browse files
committed
fix tests
1 parent 7a4dfea commit d1ece65

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

test/auth/legacy/connection-string.json

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -626,26 +626,6 @@
626626
"uri": "mongodb://user:pass@localhost/?authMechanism=MONGODB-OIDC&authMechanismProperties=ENVIRONMENT:gcp",
627627
"valid": false,
628628
"credential": null
629-
},
630-
{
631-
"description": "should recognise the mechanism with k8s provider (MONGODB-OIDC)",
632-
"uri": "mongodb://localhost/?authMechanism=MONGODB-OIDC&authMechanismProperties=ENVIRONMENT:k8s",
633-
"valid": true,
634-
"credential": {
635-
"username": null,
636-
"password": null,
637-
"source": "$external",
638-
"mechanism": "MONGODB-OIDC",
639-
"mechanism_properties": {
640-
"ENVIRONMENT": "k8s"
641-
}
642-
}
643-
},
644-
{
645-
"description": "should throw an error for a username and password with k8s provider (MONGODB-OIDC)",
646-
"uri": "mongodb://user:pass@localhost/?authMechanism=MONGODB-OIDC&authMechanismProperties=ENVIRONMENT:k8s",
647-
"valid": false,
648-
"credential": null
649629
}
650630
]
651631
}

0 commit comments

Comments
 (0)