Skip to content

Commit 8de82a7

Browse files
chore: supabase key is now parsed from the env for tests
1 parent 23b5355 commit 8de82a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/e2e/devpool.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ describe("DevPool", () => {
259259
name: undefined,
260260
};
261261
window.localStorage.setItem(
262-
"sb-wfzpewmlyiozupulbuur-auth-token",
262+
`sb-${Cypress.env("SUPABASE_STORAGE_KEY")}-auth-token`,
263263
JSON.stringify({
264264
provider_token: "token",
265265
access_token: "token",

0 commit comments

Comments
 (0)