chore: rename test-run controller file

This commit is contained in:
Eugene Molodkin 2024-11-27 17:12:20 +01:00
parent 5e179b6a13
commit dadd547032
No known key found for this signature in database
3 changed files with 2 additions and 2 deletions

View file

@ -65,7 +65,7 @@ import '@/external-secrets/external-secrets.controller.ee';
import '@/license/license.controller';
import '@/evaluation/test-definitions.controller.ee';
import '@/evaluation/metrics.controller';
import '@/evaluation/test-runs.controlller.ee';
import '@/evaluation/test-runs.controller.ee';
import '@/workflows/workflow-history/workflow-history.controller.ee';
import '@/workflows/workflows.controller';

View file

@ -281,7 +281,7 @@ export const setupTestServer = ({
case 'evaluation':
await import('@/evaluation/metrics.controller');
await import('@/evaluation/test-definitions.controller.ee');
await import('@/evaluation/test-runs.controlller.ee');
await import('@/evaluation/test-runs.controller.ee');
break;
}
}