Skip to content

Commit

Permalink
test: update test expectations to match new node logic
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed Sep 30, 2024
1 parent dda8292 commit 7697259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/end-to-end/accountlinking.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ describe("SuperTokens Account linking", function () {
assert.strictEqual(new URL(page.url()).pathname, "/auth/");
assert.strictEqual(
await getGeneralError(page),
"Cannot sign in / up because new email cannot be applied to existing account. Please contact support. (ERR_CODE_005)"
"Cannot sign in / up due to security reasons. Please try a different login method or contact support. (ERR_CODE_004)"
);
});

Expand Down

0 comments on commit 7697259

Please sign in to comment.