We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a91f463 commit 6a6e4a2Copy full SHA for 6a6e4a2
test/helpers.js
@@ -1198,7 +1198,7 @@ export async function setupST({
1198
passwordlessContactMethod,
1199
mfaInfo = {},
1200
} = {}) {
1201
- await fetch(`${TEST_SERVER_BASE_URL}/test/setup/st`, {
+ await fetch(`${TEST_APPLICATION_SERVER_BASE_URL}/test/setup/st`, {
1202
method: "POST",
1203
headers: new Headers([["content-type", "application/json"]]),
1204
body: JSON.stringify({
0 commit comments