mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 08:32:39 +00:00
stub for register
This commit is contained in:
@@ -2,6 +2,11 @@ import { stub } from "../support/mock";
|
||||
|
||||
describe("register", () => {
|
||||
beforeEach(() => {
|
||||
stub("zitadel.user.v2.OrganizationService", "ListOrganizations", {
|
||||
data: {
|
||||
result: [{ id: "123" }],
|
||||
},
|
||||
});
|
||||
stub("zitadel.user.v2.UserService", "AddHumanUser", {
|
||||
data: {
|
||||
userId: "123",
|
||||
|
||||
Reference in New Issue
Block a user