We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d738b2a commit 0e06f4dCopy full SHA for 0e06f4d
1 file changed
tests/integration/test_live_economy.py
@@ -46,8 +46,7 @@ def _poll_economy(api_client, path: str, params: dict) -> dict:
46
return payload
47
48
assert time.monotonic() < deadline, (
49
- "Timed out polling the economy route; "
50
- f"last response was {payload}"
+ f"Timed out polling the economy route; last response was {payload}"
51
)
52
time.sleep(INTEGRATION_POLL_INTERVAL_SECONDS)
53
0 commit comments