Skip to content

Commit 518be9f

Browse files
committed
Missed the corresponding regen
1 parent ab76cee commit 518be9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

end_to_end_tests/golden-record/my_test_api_client/api/tests/octet_stream_tests_octet_stream_post.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def _get_kwargs(
1919
return {
2020
"method": "post",
2121
"url": "/tests/octet_stream",
22-
"content": binary_body,
22+
"content": binary_body.payload,
2323
"headers": headers,
2424
}
2525

0 commit comments

Comments
 (0)