mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-09-07 01:57:15 +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.status_code == 200
|
||||||
assert pending.json()['data']['status'] == 'pending'
|
assert pending.json()['data']['status'] == 'pending'
|
||||||
canceled = e2e_client.delete(
|
canceled = e2e_client.delete(f'{provider_path}/codex/device/{attempt["authorization_id"]}', headers=headers)
|
||||||
f'{provider_path}/codex/device/{attempt["authorization_id"]}', headers=headers
|
|
||||||
)
|
|
||||||
assert canceled.status_code == 200
|
assert canceled.status_code == 200
|
||||||
expired = e2e_client.post(
|
expired = e2e_client.post(
|
||||||
f'{provider_path}/codex/device/poll',
|
f'{provider_path}/codex/device/poll',
|
||||||
|
|||||||
Reference in New Issue
Block a user