test(pairing): pass read spy path after cache reset

This commit is contained in:
Peter Steinberger
2026-05-01 14:30:54 +01:00
parent 36e687edf0
commit 77c0ecdf34

View File

@@ -186,7 +186,7 @@ async function withAllowFromCacheReadSpy(params: {
allowFrom: ["1001"],
});
clearPairingAllowFromReadCacheForTest();
const readSpy = params.createReadSpy();
const readSpy = params.createReadSpy(filePath);
try {
await assertAllowFromCacheInvalidation({
stateDir: params.stateDir,