We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 370288f commit 28dd205Copy full SHA for 28dd205
packages/e2e-tests/test/e2e-oidc.spec.ts
@@ -374,7 +374,7 @@ describe('OIDC auth e2e', function () {
374
375
// Internal hack to get a state-share server as e.g. Compass or the VSCode extension would
376
let handle = await shell.executeLine(
377
- 'db.getMongo()._serviceProvider._sp.currentClientOptions.parentState.getStateShareServer()'
+ 'db.getMongo()._serviceProvider[Symbol.for("@@mongosh.originalServiceProvider")].currentClientOptions.parentState.getStateShareServer()'
378
);
379
// `handle` can include the next prompt when returned by `shell.executeLine()`,
380
// so look for the longest prefix of it that is valid JSON.
0 commit comments