This commit is contained in:
Max Peintner
2024-10-25 16:04:26 +02:00
parent fe3ba12ef5
commit 870b2e9130

View File

@@ -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" }],
},