mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-16 23:41:43 +00:00
Merge 05e89d9ccb into c2c2a623c0
This commit is contained in:
commit
19e31da062
1 changed files with 1 additions and 0 deletions
|
|
@ -81,6 +81,7 @@ vi.mock("@/app/(dashboard)/hooks/organizations/useOrganizations", () => ({
|
|||
organizationKeys: { all: ["organizations"] },
|
||||
useOrganization: vi.fn(),
|
||||
useOrganizations: vi.fn().mockReturnValue({ data: [], isLoading: false }),
|
||||
organizationKeys: { all: ["organizations"] },
|
||||
}));
|
||||
|
||||
vi.mock("@/app/(dashboard)/hooks/users/useCurrentUser", () => ({
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue