Skip to content

Commit 87dc51b

Browse files
committed
style: Black
1 parent e593056 commit 87dc51b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

integration_tests/open-api-test-server-client/tests/test_api/test_body/test_post_body_multipart.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ def test():
3030

3131
content = response.parsed
3232
if not isinstance(content, PostBodyMultipartResponse200):
33-
raise AssertionError(
34-
f"Received status {response.status_code} from test server with payload: {content!r}"
35-
)
33+
raise AssertionError(f"Received status {response.status_code} from test server with payload: {content!r}")
3634

3735
assert content.a_string == a_string
3836
assert content.file_name == file_name

0 commit comments

Comments
 (0)