Skip to content

Commit

Permalink
Passed All Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakr233 committed Nov 25, 2024
1 parent bc2bc33 commit 7adbcb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Foundation/Source/Tests/SourceTest/Tests/Login.swift
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ extension SourceTest {
return nil
}
requestAndWait(
url: "\(scheme)://\(host):\(port)/api/signin",
url: "\(scheme)://\(host):\(port)/api/signin-flow",
allowFailure: false,
data: payload,
method: "POST"
Expand Down
2 changes: 1 addition & 1 deletion Foundation/Source/Tests/SourceTest/Tests/User.swift
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ extension SourceTest {
dispatchAndWait {
let url = source.network.base
.appendingPathComponent("api")
.appendingPathComponent("signin")
.appendingPathComponent("signin-flow")
requestAndWait(
url: url.absoluteString,
allowFailure: false,
Expand Down

0 comments on commit 7adbcb9

Please sign in to comment.