Skip to content

Commit 744d454

Browse files
namsnathdeepjyoti30-st
authored andcommitted
fix: correct setup ST url
1 parent e4625b1 commit 744d454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1246,7 +1246,7 @@ export async function setupST({
12461246
passwordlessContactMethod,
12471247
mfaInfo = {},
12481248
} = {}) {
1249-
await fetch(`${TEST_SERVER_BASE_URL}/test/setup/st`, {
1249+
await fetch(`${TEST_APPLICATION_SERVER_BASE_URL}/test/setup/st`, {
12501250
method: "POST",
12511251
headers: new Headers([["content-type", "application/json"]]),
12521252
body: JSON.stringify({

0 commit comments

Comments
 (0)