Skip to content

Commit

Permalink
test: re-enable password reset MT test (#739)
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus authored Sep 21, 2023
1 parent 78ce69e commit c4772af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/end-to-end/multitenancy.tenant_interactions.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,7 @@ describe("SuperTokens Multitenancy tenant interactions", function () {
await epSignIn(page, email);
});

it.skip("should be revoked when removing tenants", async function () {
it("should be revoked when removing tenants", async function () {
await setEnabledRecipes(page, ["emailpassword"]);
await setupTenant("public", {
emailPassword: { enabled: true },
Expand Down

0 comments on commit c4772af

Please sign in to comment.