Skip to content

Commit b805509

Browse files
authored
chore: remove mutli-organization experiment from the frontend (coder#14863)
1 parent 894c758 commit b805509

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

site/src/pages/ManagementSettingsPage/OrganizationMembersPage.test.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ jest.spyOn(console, "error").mockImplementation(() => {});
1919

2020
beforeEach(() => {
2121
server.use(
22-
http.get("/api/v2/experiments", () => {
23-
return HttpResponse.json(["multi-organization"]);
24-
}),
2522
http.get("/api/v2/entitlements", () => {
2623
return HttpResponse.json(MockEntitlementsWithMultiOrg);
2724
}),

0 commit comments

Comments
 (0)