Skip to content

Commit

Permalink
debugging bad tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eams1798 committed Feb 2, 2024
1 parent 913db75 commit 4e7d89a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions backend/tests/integration/blogs.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ describe("Testing blogs", () => {
.send({ username: helper.initialUsers[0].username, password: helper.password1 });

const userToken = loginResponse.body.token;
console.log("response", loginResponse.status);
console.log(loginResponse.error);

Check failure on line 98 in backend/tests/integration/blogs.test.ts

View workflow job for this annotation

GitHub Actions / backend_deployment

Trailing spaces not allowed

console.log("username", helper.initialUsers[0].username);
console.log("password", helper.password1);

Expand Down

0 comments on commit 4e7d89a

Please sign in to comment.