style: format agent rotation updates

This commit is contained in:
Eyejoker
2026-03-24 17:09:17 +09:00
parent 8b2c46b89e
commit 744e2ce6e2
5 changed files with 9 additions and 12 deletions

View File

@@ -104,7 +104,9 @@ describe('provider fallback usage recovery', () => {
it('treats terminated 401 auth failures as an auth-expired fallback trigger', () => {
expect(
detectFallbackTrigger('Failed to authenticate. API Error: 401 terminated'),
detectFallbackTrigger(
'Failed to authenticate. API Error: 401 terminated',
),
).toEqual({
shouldFallback: true,
reason: 'auth-expired',