feat: address pr comments

This commit is contained in:
Kacper
2025-12-29 16:03:27 +01:00
parent 63b0ccd035
commit 0317dadcaf
3 changed files with 13 additions and 14 deletions

View File

@@ -14,7 +14,6 @@ describe('running-agents routes', () => {
mockAutoModeService = {
getRunningAgents: vi.fn(),
getStatus: vi.fn(),
};
const context = createMockExpressContext();