mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
test(ui): stub InsecureMasterKeyWarningBanner in the layout test
This commit is contained in:
parent
ebc6020435
commit
17dc6d24e9
1 changed files with 4 additions and 0 deletions
|
|
@ -33,6 +33,10 @@ vi.mock("@/components/EnvCredentialLoginWarningBanner", () => ({
|
|||
EnvCredentialLoginWarningBanner: () => null,
|
||||
}));
|
||||
|
||||
vi.mock("@/components/InsecureMasterKeyWarningBanner", () => ({
|
||||
InsecureMasterKeyWarningBanner: () => null,
|
||||
}));
|
||||
|
||||
vi.mock("@/components/LicenseExpiryBanner", () => ({
|
||||
LicenseExpiryBanner: () => null,
|
||||
}));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue