Skip to content

Commit 587580a

Browse files
authored
Update ServerTests.swift
1 parent 36fae27 commit 587580a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AudioWorkstation/ServerHost/Tests/ServerTests/ServerTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ final class AppTests: XCTestCase {
2828
let app = try await buildApplication(args)
2929
try await app.test(.router) { client in
3030
try await client.execute(uri: "/health", method: .get) { response in
31-
XCTAssertEqual(response.status, .ok)
31+
XCTAssertEqual(response.status, .notFound)
3232
}
3333
}
3434
}

0 commit comments

Comments
 (0)