diff --git a/tests/e2e/test_codex_provider.py b/tests/e2e/test_codex_provider.py index 5edcd476c..59a57d7ea 100644 --- a/tests/e2e/test_codex_provider.py +++ b/tests/e2e/test_codex_provider.py @@ -92,9 +92,7 @@ def test_codex_provider_disconnected_journey(e2e_client): ) assert pending.status_code == 200 assert pending.json()['data']['status'] == 'pending' - canceled = e2e_client.delete( - f'{provider_path}/codex/device/{attempt["authorization_id"]}', headers=headers - ) + canceled = e2e_client.delete(f'{provider_path}/codex/device/{attempt["authorization_id"]}', headers=headers) assert canceled.status_code == 200 expired = e2e_client.post( f'{provider_path}/codex/device/poll',