diff --git a/src/model/orchestrator/options/orchestrator-folders.test.ts b/src/model/orchestrator/options/orchestrator-folders.test.ts index ff77fbbb..7d5bba62 100644 --- a/src/model/orchestrator/options/orchestrator-folders.test.ts +++ b/src/model/orchestrator/options/orchestrator-folders.test.ts @@ -11,6 +11,7 @@ jest.mock('../orchestrator', () => ({ buildPath: 'Builds', maxRetainedWorkspaces: 0, gitPrivateToken: 'ghp_test123', + gitAuthMode: 'url', orchestratorRepoName: 'game-ci/unity-builder', githubRepo: 'user/my-game', },