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 36fae27 commit 587580aCopy full SHA for 587580a
AudioWorkstation/ServerHost/Tests/ServerTests/ServerTests.swift
@@ -28,7 +28,7 @@ final class AppTests: XCTestCase {
28
let app = try await buildApplication(args)
29
try await app.test(.router) { client in
30
try await client.execute(uri: "/health", method: .get) { response in
31
- XCTAssertEqual(response.status, .ok)
+ XCTAssertEqual(response.status, .notFound)
32
}
33
34
0 commit comments