mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-16 05:22:20 +00:00
tests
This commit is contained in:
@@ -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",
|
||||
},
|
||||
},
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user