From 940eeb5f623584be75a30423e5c83a475b5b0aca Mon Sep 17 00:00:00 2001 From: Dan LaManna Date: Mon, 7 Mar 2022 10:35:12 -0500 Subject: [PATCH] Remove debugging statement --- tests/test_cli_image.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_cli_image.py b/tests/test_cli_image.py index 68badba..8dd3b82 100644 --- a/tests/test_cli_image.py +++ b/tests/test_cli_image.py @@ -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