fix(ci): count both OCI recovery reads

This commit is contained in:
whyour
2026-08-22 17:02:20 +08:00
parent d55933d781
commit 9bf3472c14
4 changed files with 20 additions and 12 deletions
@@ -243,6 +243,8 @@ test('private Registry evidence uses one exact Secret file and authenticated req
assert.match(live, /secretName: 'ql3-e2e-registry-auth'/);
assert.match(live, /defaultMode: 288/);
assert.match(live, /authentication: 'exact-registry-basic'/);
assert.match(live, /fixture\.initial\.routes\.length \* 2/);
assert.match(live, /fixture\.upgrade\.routes\.length \* 2/);
assert.match(
live,
/packageRequests\.every\(\(event\) => event\.authenticated === true\)/,