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