mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-09-06 17:47:14 +00:00
style: format Codex live integration test
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user