fix: prettier formatting for orchestrator-folders-auth test

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
frostebite
2026-03-05 13:16:05 +00:00
parent 8a41533779
commit b3bd405399
3 changed files with 97 additions and 15 deletions
@@ -111,12 +111,8 @@ describe('OrchestratorFolders git auth', () => {
// Verify the base64 encoding and extraHeader config are correct
const expectedEncoded = Buffer.from('x-access-token:ghp_test123').toString('base64');
expect(OrchestratorSystem.Run).toHaveBeenCalledWith(
expect.stringContaining(expectedEncoded),
);
expect(OrchestratorSystem.Run).toHaveBeenCalledWith(
expect.stringContaining('.extraHeader'),
);
expect(OrchestratorSystem.Run).toHaveBeenCalledWith(expect.stringContaining(expectedEncoded));
expect(OrchestratorSystem.Run).toHaveBeenCalledWith(expect.stringContaining('.extraHeader'));
});
it('should not run git config in url mode', async () => {