Skip to content

Commit 7adbcb9

Browse files
committed
Passed All Test
1 parent bc2bc33 commit 7adbcb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Foundation/Source/Tests/SourceTest/Tests/Login.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ extension SourceTest {
7777
return nil
7878
}
7979
requestAndWait(
80-
url: "\(scheme)://\(host):\(port)/api/signin",
80+
url: "\(scheme)://\(host):\(port)/api/signin-flow",
8181
allowFailure: false,
8282
data: payload,
8383
method: "POST"

Foundation/Source/Tests/SourceTest/Tests/User.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ extension SourceTest {
272272
dispatchAndWait {
273273
let url = source.network.base
274274
.appendingPathComponent("api")
275-
.appendingPathComponent("signin")
275+
.appendingPathComponent("signin-flow")
276276
requestAndWait(
277277
url: url.absoluteString,
278278
allowFailure: false,

0 commit comments

Comments
 (0)