Skip to content

Commit 0e06f4d

Browse files
committed
Run formatter on staged integration tests
1 parent d738b2a commit 0e06f4d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/integration/test_live_economy.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ def _poll_economy(api_client, path: str, params: dict) -> dict:
4646
return payload
4747

4848
assert time.monotonic() < deadline, (
49-
"Timed out polling the economy route; "
50-
f"last response was {payload}"
49+
f"Timed out polling the economy route; last response was {payload}"
5150
)
5251
time.sleep(INTEGRATION_POLL_INTERVAL_SECONDS)
5352

0 commit comments

Comments
 (0)