Skip to content

Commit 182ef41

Browse files
committed
test: fix unit test
1 parent 5028985 commit 182ef41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/connection_string.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ describe('Connection String', function () {
454454
makeStub('authSource=thisShouldNotBeAuthSource');
455455
const mechanismProperties = {};
456456
if (mechanism === AuthMechanism.MONGODB_OIDC) {
457-
mechanismProperties.SERVICE_NAME = 'aws';
457+
mechanismProperties.PROVIDER_NAME = 'aws';
458458
}
459459

460460
const credentials = new MongoCredentials({

0 commit comments

Comments
 (0)