style(885): ruff format the assertion the previous commit wrapped by hand
`ruff format --check` is part of the local gate for touched Python and the predecessor of this file passed it; one new assertion was hand-wrapped across lines that fit on one. Refs #885 Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015QqCpYFsKgnAnx6jVwrKiV
This commit is contained in:
@@ -427,9 +427,7 @@ def test_a_token_endpoint_that_ANSWERED_is_asked_ONCE(preflight, codes):
|
||||
preflight.set_codes({"*": "200", **codes})
|
||||
result = preflight.run()
|
||||
assert result.returncode != 0
|
||||
assert len(preflight.token_calls()) <= 1, (
|
||||
f"a settled token leg must not be re-asked, got {preflight.calls()}"
|
||||
)
|
||||
assert len(preflight.token_calls()) <= 1, f"a settled token leg must not be re-asked, got {preflight.calls()}"
|
||||
assert len(preflight.manifest_calls()) == 1, (
|
||||
f"nor may the manifest read be retried behind it, got {preflight.calls()}"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user