chore: remove mutli-organization experiment from the frontend (#14863)

This commit is contained in:
Kayla Washburn-Love
2024-09-27 14:57:56 -06:00
committed by GitHub
parent 894c758f06
commit b80550957f
@@ -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);
}),