Skip to content

Commit d25c6ed

Browse files
namsnathdeepjyoti30-st
authored andcommitted
fix: correct setup ST url
1 parent 6bb2619 commit d25c6ed

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
@@ -951,7 +951,7 @@ export async function setupST({
951951
passwordlessContactMethod,
952952
mfaInfo = {},
953953
} = {}) {
954-
await fetch(`${TEST_SERVER_BASE_URL}/test/setup/st`, {
954+
await fetch(`${TEST_APPLICATION_SERVER_BASE_URL}/test/setup/st`, {
955955
method: "POST",
956956
headers: new Headers([["content-type", "application/json"]]),
957957
body: JSON.stringify({

0 commit comments

Comments
 (0)