Skip to content

Commit

Permalink
Revert "ci(github): force test error"
Browse files Browse the repository at this point in the history
This reverts commit ca017d0.
  • Loading branch information
Albert Hernandez Pellicer committed Feb 12, 2024
1 parent ca017d0 commit f5bfe80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/health.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ describe("Health", () => {

it("/GET health", async () => {
const response = await request(server.getHttpServer()!).get("/health");
expect(response.status).toBe(201);
expect(response.status).toBe(200);
});
});

0 comments on commit f5bfe80

Please sign in to comment.