fix: remove outdated assertions in cache page integration test

This commit is contained in:
diegosouzapw 2026-04-11 15:12:27 -03:00
parent 36a05831ab
commit b5e1c8e47b

View file

@ -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/);
});
});