mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-20 06:02:14 +03:00
fix: remove outdated assertions in cache page integration test
This commit is contained in:
@@ -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/);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user