Skip to content

Commit

Permalink
Attempt to fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
andykrohg authored and itewk committed Dec 1, 2020
1 parent 26829fa commit 7b6a164
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def test_push_container_signature_specify_curl_implementer_success(self, curl_mo
'--header', StringRegexParam(r'X-Checksum-Sha1:.+'),
'--header', StringRegexParam(r'X-Checksum-MD5:.+'),
'--user', "admin:adminPassword",
'--data-binary', f"@{container_image_signature_file_path}",
'--upload-file', container_image_signature_file_path,
f"https://sigserver/signatures/{container_image_signature_name}",
_out=Any(IOBase),
_err_to_out=True,
Expand Down

0 comments on commit 7b6a164

Please sign in to comment.