Skip to content

Commit

Permalink
fix uri in username with test environment oidc test (#1597)
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Jun 7, 2024
1 parent 517ce31 commit 57cdf9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions source/auth/tests/legacy/connection-string.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/auth/tests/legacy/connection-string.yml
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ tests:
valid: false
credential:
- description: should throw an exception if username is specified for test (MONGODB-OIDC)
uri: mongodb://principalName@localhost/?authMechanism=MONGODB-OIDC&ENVIRONMENT:test
uri: mongodb://principalName@localhost/?authMechanism=MONGODB-OIDC&authMechanismProperties=ENVIRONMENT:test
valid: false
credential:
- description: should throw an exception if specified environment is not supported (MONGODB-OIDC)
Expand Down

0 comments on commit 57cdf9b

Please sign in to comment.