Skip to content

Commit

Permalink
Remove debugging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
danlamanna committed Mar 7, 2022
1 parent 89153bb commit 940eeb5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_cli_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ def _download_image_side_effect(*args, **kwargs):


def test_image_download(cli_run, isolated_filesystem, outdir, mock_images):
print(isolated_filesystem)
result = cli_run(['image', 'download', outdir])

assert result.exit_code == 0, result.exception
Expand Down

0 comments on commit 940eeb5

Please sign in to comment.