Skip to content

Commit

Permalink
Remove console.log statement in login.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
KATTA-00 committed Jan 12, 2024
1 parent c96a526 commit 24488c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/backend/src/routes/__tests__/login.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ describe("Login Routes", () => {
.send(managerCredentials)
.set("Accept", "application/json");

console.log(response.body);
expect(response.status).toBe(HttpCode.OK);
// You can customize the expectations based on the expected response for a successful manager login.
});
Expand Down

0 comments on commit 24488c4

Please sign in to comment.