We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e593056 commit 87dc51bCopy full SHA for 87dc51b
integration_tests/open-api-test-server-client/tests/test_api/test_body/test_post_body_multipart.py
@@ -30,9 +30,7 @@ def test():
30
31
content = response.parsed
32
if not isinstance(content, PostBodyMultipartResponse200):
33
- raise AssertionError(
34
- f"Received status {response.status_code} from test server with payload: {content!r}"
35
- )
+ raise AssertionError(f"Received status {response.status_code} from test server with payload: {content!r}")
36
37
assert content.a_string == a_string
38
assert content.file_name == file_name
0 commit comments