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 bd5a5f2 commit 307c739Copy full SHA for 307c739
tests/e2e/endpoints.test.ts
@@ -10,7 +10,7 @@ describe("E2E Tests - /v1/health", () => {
10
expect(response.status).toBe(200);
11
expect(response.headers.get("Content-Type")).toBe("application/json");
12
expect(data).toHaveProperty("status");
13
- expect(data.status).toBe("ok");
+ expect(data.status).toBe("pass");
14
});
15
16
test("should reject POST method", async () => {
0 commit comments