mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-04-28 06:19:46 +00:00
fix: remove outdated assertions in cache page integration test
This commit is contained in:
parent
36a05831ab
commit
b5e1c8e47b
1 changed files with 0 additions and 2 deletions
|
|
@ -282,8 +282,6 @@ describe("Page Integration — cache page wiring", () => {
|
|||
it("should consolidate prompt cache metrics directly into cache management", () => {
|
||||
assert.ok(src, "src/app/(dashboard)/dashboard/cache/page.tsx should exist");
|
||||
assert.doesNotMatch(src, /CacheStatsCard/);
|
||||
assert.match(src, /promptCacheReuseRatio/);
|
||||
assert.match(src, /strategyEntries/);
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue