mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: remove mutli-organization experiment from the frontend (#14863)
This commit is contained in:
@@ -19,9 +19,6 @@ jest.spyOn(console, "error").mockImplementation(() => {});
|
||||
|
||||
beforeEach(() => {
|
||||
server.use(
|
||||
http.get("/api/v2/experiments", () => {
|
||||
return HttpResponse.json(["multi-organization"]);
|
||||
}),
|
||||
http.get("/api/v2/entitlements", () => {
|
||||
return HttpResponse.json(MockEntitlementsWithMultiOrg);
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user