Skip to content

Commit

Permalink
chore: removed body for 404 login
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Jun 4, 2024
1 parent 7922391 commit 039aa72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cypress/e2e/devpool.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ describe("DevPool", () => {
cy.intercept("https://api.github.com/user**", (req) => {
req.reply({
statusCode: 404,
body: githubUser,
});
}).as("getUser");
cy.intercept("https://api.github.com/repos/*/*/issues**", (req) => {
Expand Down

0 comments on commit 039aa72

Please sign in to comment.