Skip to content

Commit e2a778d

Browse files
frostebiteclaude
andcommitted
fix(test): add gitAuthMode to orchestrator-folders test mock
The test mock was missing gitAuthMode, causing useHeaderAuth to default to true and strip the token from repo URLs. Adding gitAuthMode: 'url' restores the expected URL-mode behavior. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 222665a commit e2a778d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/model/orchestrator/options/orchestrator-folders.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jest.mock('../orchestrator', () => ({
1111
buildPath: 'Builds',
1212
maxRetainedWorkspaces: 0,
1313
gitPrivateToken: 'ghp_test123',
14+
gitAuthMode: 'url',
1415
orchestratorRepoName: 'game-ci/unity-builder',
1516
githubRepo: 'user/my-game',
1617
},

0 commit comments

Comments
 (0)