mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-21 00:21:49 +00:00
style(ui): format Top Virtual Keys aggregation test
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
88799f6f80
commit
107ec2706b
1 changed files with 1 additions and 3 deletions
|
|
@ -79,9 +79,7 @@ vi.mock("@/components/UsagePage/components/EntityUsage/TopKeyView", () => ({
|
|||
default: ({ topKeys }: { topKeys: { api_key: string; user?: string | null; spend: number }[] }) => (
|
||||
<div>
|
||||
<span>Top Keys</span>
|
||||
<span>
|
||||
{`top-keys:${topKeys.map((row) => `${row.api_key}=${row.spend}=${row.user ?? "-"}`).join("|")}`}
|
||||
</span>
|
||||
<span>{`top-keys:${topKeys.map((row) => `${row.api_key}=${row.spend}=${row.user ?? "-"}`).join("|")}`}</span>
|
||||
</div>
|
||||
),
|
||||
}));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue