Skip to content

Commit

Permalink
BLACK
Browse files Browse the repository at this point in the history
  • Loading branch information
wwakabobik committed Oct 10, 2023
1 parent fff3197 commit c53364d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testrail_api_reporter/utils/reporter_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def upload_image(filename, api_token):
data=payload,
timeout=5,
verify=True,
files={"source": source_file}
files={"source": source_file},
)
return {
"image": response.json()["image"]["file"]["resource"]["chain"]["image"],
Expand Down

0 comments on commit c53364d

Please sign in to comment.