Skip to content

Commit 8fb39ce

Browse files
Get rid of setting appId from tests directly
1 parent ccded94 commit 8fb39ce

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/end-to-end/passwordless.test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,6 @@ export function getPasswordlessTestCases({ authRecipe, logId, generalErrorRecipe
357357

358358
before(async function () {
359359
const coreUrl = await setupCoreApp({
360-
appId: "test-app",
361360
coreConfig: {
362361
passwordless_code_lifetime: 4000,
363362
passwordless_max_code_input_attempts: 3,
@@ -554,7 +553,6 @@ export function getPasswordlessTestCases({ authRecipe, logId, generalErrorRecipe
554553

555554
before(async function () {
556555
coreUrl = await setupCoreApp({
557-
appId: "test-app-id",
558556
coreConfig,
559557
});
560558
});

0 commit comments

Comments
 (0)