We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc2bc33 commit 7adbcb9Copy full SHA for 7adbcb9
Foundation/Source/Tests/SourceTest/Tests/Login.swift
@@ -77,7 +77,7 @@ extension SourceTest {
77
return nil
78
}
79
requestAndWait(
80
- url: "\(scheme)://\(host):\(port)/api/signin",
+ url: "\(scheme)://\(host):\(port)/api/signin-flow",
81
allowFailure: false,
82
data: payload,
83
method: "POST"
Foundation/Source/Tests/SourceTest/Tests/User.swift
@@ -272,7 +272,7 @@ extension SourceTest {
272
dispatchAndWait {
273
let url = source.network.base
274
.appendingPathComponent("api")
275
- .appendingPathComponent("signin")
+ .appendingPathComponent("signin-flow")
276
277
url: url.absoluteString,
278
0 commit comments