From cefdab98a164a81646a6717eace3fa93c172bf36 Mon Sep 17 00:00:00 2001 From: dadachann <185672915+dadachann@users.noreply.github.com> Date: Sun, 6 Sep 2026 07:53:30 +0000 Subject: [PATCH] style: format Codex live integration test --- tests/e2e/test_codex_provider.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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',