@@ -15,7 +15,7 @@ describe("API Testing", () => {
|
||||
|
||||
test("GET / should return status ok", async () => {
|
||||
const res = await request(app).get("/");
|
||||
expect(res.body.status).toBe("ok");
|
||||
expect(res.body.status).toBe("OK");
|
||||
});
|
||||
|
||||
test("GET /health should return status OK", async () => {
|
||||
|
||||
Reference in New Issue
Block a user