Skip to content

Commit 6a6e4a2

Browse files
committed
fix: correct setup ST url
1 parent a91f463 commit 6a6e4a2

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
@@ -1198,7 +1198,7 @@ export async function setupST({
11981198
passwordlessContactMethod,
11991199
mfaInfo = {},
12001200
} = {}) {
1201-
await fetch(`${TEST_SERVER_BASE_URL}/test/setup/st`, {
1201+
await fetch(`${TEST_APPLICATION_SERVER_BASE_URL}/test/setup/st`, {
12021202
method: "POST",
12031203
headers: new Headers([["content-type", "application/json"]]),
12041204
body: JSON.stringify({

0 commit comments

Comments
 (0)