Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eeintech committed Mar 22, 2022
1 parent 21a5d11 commit 459eef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ def check_result(status: str, new_part: bool) -> bool:

elif method_idx == 9:
# Test download image
if download_image('', '', silent=True) or download_image('http', '', silent=True):
if download_image('', '') or download_image('http', ''):
method_success = False

if method_success:
Expand Down

0 comments on commit 459eef4

Please sign in to comment.