This commit is contained in:
Max Peintner
2024-10-24 15:28:09 +02:00
parent 3b6291bcd4
commit facd27ca5a
3 changed files with 14 additions and 6 deletions

View File

@@ -5,6 +5,13 @@ describe("register", () => {
stub("zitadel.user.v2.UserService", "AddHumanUser", {
data: {
userId: "123",
email: {
email: "john@zitadel.com",
},
profile: {
givenName: "John",
familyName: "Doe",
},
},
});
});