We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76a544c commit 73088e9Copy full SHA for 73088e9
site/src/testHelpers/handlers.ts
@@ -42,7 +42,7 @@ export const handlers = [
42
43
// organizations
44
http.get("/api/v2/organizations", () => {
45
- return HttpResponse.json([M.MockDefaultOrganization, M.MockOrganization2]);
+ return HttpResponse.json([M.MockDefaultOrganization]);
46
}),
47
http.get("/api/v2/organizations/:organizationId", () => {
48
return HttpResponse.json(M.MockOrganization);
0 commit comments