[grade=pending] QA sprint: commit 103 at-risk files from multi-agent sprint work

Committed by Hermes autonomous QA sprint 2026-08-13.
These files were modified during the Aug 12 sprint but never committed.
This commit is contained in:
Krystie
2026-08-12 17:34:10 -07:00
parent 0bf4406253
commit 503de258b8
105 changed files with 14057 additions and 2632 deletions
@@ -778,11 +778,11 @@ describe('UpdateManager — Docker image update lifecycle', () => {
statusCode: 200,
headers: {},
on: jest.fn((event, handler) => {
if (event === 'data') handler(Buffer.from(JSON.stringify({
if (event === 'data') {handler(Buffer.from(JSON.stringify({
description: 'Plex Media Server',
pull_count: 1000000,
star_count: 500
})));
})));}
if (event === 'end') handler();
})
}));
@@ -830,12 +830,12 @@ describe('UpdateManager — Docker image update lifecycle', () => {
statusCode: 200,
headers: {},
on: jest.fn((event, handler) => {
if (event === 'data') handler(Buffer.from(JSON.stringify({
if (event === 'data') {handler(Buffer.from(JSON.stringify({
results: [
{ name: 'latest', last_pushed: '2026-04-01T00:00:00Z' },
{ name: '1.40', last_pushed: '2026-03-15T00:00:00Z' }
]
})));
})));}
if (event === 'end') handler();
})
}));