Skip to content

Commit d6565ae

Browse files
committed
fixup: oidc-plugin 2.0.1
1 parent 6c596a5 commit d6565ae

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/atlas-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"@mongodb-js/connection-info": "^0.15.4",
8181
"@mongodb-js/devtools-connect": "^3.9.0",
8282
"@mongodb-js/devtools-proxy-support": "^0.5.1",
83-
"@mongodb-js/oidc-plugin": "^2.0.0",
83+
"@mongodb-js/oidc-plugin": "^2.0.1",
8484
"compass-preferences-model": "^2.43.0",
8585
"electron": "^36.5.0",
8686
"hadron-ipc": "^3.5.3",

packages/compass-e2e-tests/tests/atlas-login.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ describe('Atlas Login', function () {
263263
await errorToast.waitForDisplayed();
264264

265265
expect(await errorToast.getText()).to.match(
266-
/Sign in failed\n+Auth failed/
266+
/Sign in failed\n+unexpected HTTP response status code.+Auth failed/
267267
);
268268
});
269269
});

packages/data-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@mongodb-js/devtools-docker-test-envs": "^1.3.3",
6868
"@mongodb-js/eslint-config-compass": "^1.4.0",
6969
"@mongodb-js/mocha-config-compass": "^1.6.8",
70-
"@mongodb-js/oidc-plugin": "^2.0.0",
70+
"@mongodb-js/oidc-plugin": "^2.0.1",
7171
"@mongodb-js/prettier-config-compass": "^1.2.8",
7272
"@mongodb-js/tsconfig-compass": "^1.2.8",
7373
"@types/lodash": "^4.14.188",

0 commit comments

Comments
 (0)