chore: reformat code to comply with project style guide

pull/20323/head
ultramancode 12 months ago
parent 19352849ee
commit 8a8bef3faf

@ -248,7 +248,7 @@ def test_executor_with_form_data():
assert executor.json is None assert executor.json is None
# '__multipart_placeholder__' is expected when no file inputs exist, # '__multipart_placeholder__' is expected when no file inputs exist,
# to ensure the request is treated as multipart/form-data by the backend. # to ensure the request is treated as multipart/form-data by the backend.
assert executor.files == [('__multipart_placeholder__', ('', b'', 'application/octet-stream'))] assert executor.files == [("__multipart_placeholder__", ("", b"", "application/octet-stream"))]
assert executor.content is None assert executor.content is None
# Check that the form data is correctly loaded in executor.data # Check that the form data is correctly loaded in executor.data

Loading…
Cancel
Save