mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
test: fix usage page unit tests, not asserting new timezone parameter
This commit is contained in:
parent
56af724943
commit
4f704ef91f
1 changed files with 4 additions and 0 deletions
|
|
@ -800,6 +800,7 @@ describe("UsagePage", () => {
|
|||
expect.any(Date),
|
||||
expect.any(Date),
|
||||
null,
|
||||
expect.any(Number),
|
||||
);
|
||||
});
|
||||
});
|
||||
|
|
@ -855,6 +856,7 @@ describe("UsagePage", () => {
|
|||
expect.any(Date),
|
||||
expect.any(Date),
|
||||
"user-123",
|
||||
0,
|
||||
);
|
||||
});
|
||||
});
|
||||
|
|
@ -935,6 +937,7 @@ describe("UsagePage", () => {
|
|||
expect.any(Date),
|
||||
1,
|
||||
null,
|
||||
0,
|
||||
);
|
||||
|
||||
// Verify second page call
|
||||
|
|
@ -944,6 +947,7 @@ describe("UsagePage", () => {
|
|||
expect.any(Date),
|
||||
2,
|
||||
null,
|
||||
0,
|
||||
);
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue