Skip to content

Commit

Permalink
fix: remove githubUser
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng committed Mar 22, 2024
1 parent 301729a commit e5c6669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/devpool.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ describe("DevPool", () => {
cy.intercept("https://api.github.com/user", (req) => {
req.reply({
statusCode: 200,
body: githubUser,
body: {},
});
}).as("getUser");
cy.intercept("https://api.github.com/repos/*/*/issues**", (req) => {
Expand Down

0 comments on commit e5c6669

Please sign in to comment.