()
| 50 | * Disable 429 simulation after successful fallback |
| 51 | */ |
| 52 | export function disableSimulationAfterFallback(): void { |
| 53 | fallbackOccurred = true; |
| 54 | } |
| 55 | |
| 56 | /** |
| 57 | * Create a simulated 429 error response |
no outgoing calls
no test coverage detected