Skip to content

Commit c4772af

Browse files
authored
test: re-enable password reset MT test (#739)
1 parent 78ce69e commit c4772af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/end-to-end/multitenancy.tenant_interactions.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1052,7 +1052,7 @@ describe("SuperTokens Multitenancy tenant interactions", function () {
10521052
await epSignIn(page, email);
10531053
});
10541054

1055-
it.skip("should be revoked when removing tenants", async function () {
1055+
it("should be revoked when removing tenants", async function () {
10561056
await setEnabledRecipes(page, ["emailpassword"]);
10571057
await setupTenant("public", {
10581058
emailPassword: { enabled: true },

0 commit comments

Comments
 (0)