Skip to content

Commit

Permalink
remove assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
artshllk committed Dec 21, 2024
1 parent 44ae1ae commit 542ccb3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cypress/tests/api/api-comments.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ describe("Comments API", function () {
content: "This is my comment",
}).then((response) => {
expect(response.status).to.eq(200);
expect(response.body.comment.content).to.eq("This is my comment");
});
});
});
Expand Down

0 comments on commit 542ccb3

Please sign in to comment.