Skip to content

Commit ec74829

Browse files
committed
Format assertion to satisfy black
1 parent c805a73 commit ec74829

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

test/integration/test_structured_like_unpopulated.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ def test_unpopulated_structured_like_target_raises_not_ready(self):
8484
# same message meta.py raises for mapped-over unpopulated
8585
# HDCAs, not the cryptic "Referenced input parameter..."
8686
# that used to reach Sentry.
87-
assert response.status_code == 400, (
88-
f"Expected 400 for unpopulated input collection, got {response.status_code}: {response.text}"
89-
)
87+
assert (
88+
response.status_code == 400
89+
), f"Expected 400 for unpopulated input collection, got {response.status_code}: {response.text}"
9090
assert "not populated" in response.text, f"Expected 'not populated' in error body, got: {response.text}"
9191
assert (
9292
"Referenced input parameter is not a collection" not in response.text

0 commit comments

Comments
 (0)