mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
test: update label assertion for 'Potential Turn Abandons'
The test was checking for the old 'Stream abandonment' label text. Updated to match the new 'Potential Turn Abandons' label from the metric rename in earlier commits. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
b7f53ccded
commit
60acc1e782
1 changed files with 1 additions and 1 deletions
|
|
@ -315,7 +315,7 @@ describe("AutoRouterBenchmarksTab", () => {
|
|||
expect(screen.getByText("6.9%")).toBeInTheDocument();
|
||||
expect(screen.getByText("vs. 3.1% on your non-router traffic")).toBeInTheDocument();
|
||||
|
||||
expect(screen.getByText("Stream abandonment")).toBeInTheDocument();
|
||||
expect(screen.getByText("Potential Turn Abandons")).toBeInTheDocument();
|
||||
expect(screen.getByText("2.4%")).toBeInTheDocument();
|
||||
expect(screen.getByText("vs. 2.1% on your non-router traffic")).toBeInTheDocument();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue