Skip to content

Commit

Permalink
fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
peintnermax committed Dec 27, 2024
1 parent e0c1626 commit 00df913
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/login/cypress/integration/verify.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ describe("verify invite", () => {
},
});

stub("zitadel.user.v2.UserService", "SendEmailCode");

stub("zitadel.user.v2.UserService", "GetUserByID", {
data: {
user: {
Expand Down

0 comments on commit 00df913

Please sign in to comment.