Skip to content

Commit 506e6b6

Browse files
committed
test: fix prose test
1 parent 0b4e3b6 commit 506e6b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/auth/mongodb_oidc_azure.prose.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ describe('OIDC Auth Spec Prose Tests', function () {
1919

2020
beforeEach(function () {
2121
if (!this.configuration.isAzureOIDC(process.env.MONGODB_URI)) {
22-
this.currentTest?.skipReason = 'Azure OIDC prose tests require an Azure OIDC environment.';
22+
this.skipReason = 'Azure OIDC prose tests require an Azure OIDC environment.';
2323
this.skip();
2424
}
2525
});

0 commit comments

Comments
 (0)