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 4e7d89a commit 858ec04
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions backend/tests/integration/blogs.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,6 @@ describe("Testing blogs", () => {
const userToken = loginResponse.body.token;
console.log("response", loginResponse.status);
console.log(loginResponse.error);


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

await api
.post("/api/blogs")
.set("Authorization", `Bearer ${userToken}`)
Expand Down

0 comments on commit 858ec04

Please sign in to comment.