refactor: Rename disabled to enabled in runner config (#11621)

This commit is contained in:
Tomi Turtiainen
2024-11-07 14:22:43 +02:00
committed by GitHub
parent 0c13ad612d
commit d25ae8e0d9
11 changed files with 14 additions and 15 deletions

View File

@@ -10,7 +10,7 @@ import { retryUntil } from '@test-integration/retry-until';
describe('TaskRunnerProcess', () => {
const authToken = 'token';
const runnerConfig = Container.get(TaskRunnersConfig);
runnerConfig.disabled = false;
runnerConfig.enabled = true;
runnerConfig.mode = 'internal_childprocess';
runnerConfig.authToken = authToken;
runnerConfig.port = 0; // Use any port