mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
refactor(ui): drop the explanatory comment from the badge variant test
This commit is contained in:
parent
f9f016dc1d
commit
94e943144e
1 changed files with 0 additions and 5 deletions
|
|
@ -374,11 +374,6 @@ describe("MCPServerPermissions", () => {
|
|||
});
|
||||
|
||||
it("should use the neutral badge variant unless MCP access is blocked", async () => {
|
||||
/**
|
||||
* The header badge sits next to the Vector Stores and Agents badges, which both render
|
||||
* variant="secondary". "default" renders solid bg-primary (black), so it only belongs on
|
||||
* the blocked state, which uses "destructive".
|
||||
*/
|
||||
vi.mocked(networking.fetchMCPServers).mockResolvedValue([]);
|
||||
|
||||
const { rerender } = render(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue