Skip to content

Commit 307c739

Browse files
committed
fix: test.
1 parent bd5a5f2 commit 307c739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/endpoints.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ describe("E2E Tests - /v1/health", () => {
1010
expect(response.status).toBe(200);
1111
expect(response.headers.get("Content-Type")).toBe("application/json");
1212
expect(data).toHaveProperty("status");
13-
expect(data.status).toBe("ok");
13+
expect(data.status).toBe("pass");
1414
});
1515

1616
test("should reject POST method", async () => {

0 commit comments

Comments
 (0)