Skip to content

Commit 0ec9b05

Browse files
committed
chore: fix downloaded file content print
1 parent 1caa446 commit 0ec9b05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/test_case_management_v1_examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ def test_download_file_example(self):
315315
file = response.get_result()
316316

317317
print('Attachment content-type:', response.get_headers()['content-type'])
318-
print('Attachment contents:', file)
318+
print('Attachment contents:', file.content)
319319

320320
# end-downloadFile
321321

0 commit comments

Comments
 (0)