diff --git a/testrail_api_reporter/utils/reporter_utils.py b/testrail_api_reporter/utils/reporter_utils.py index 384e965..f0ab8af 100644 --- a/testrail_api_reporter/utils/reporter_utils.py +++ b/testrail_api_reporter/utils/reporter_utils.py @@ -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"],