diff --git a/Tests/test_file_tar.py b/Tests/test_file_tar.py index 49451ff44..799c243d6 100644 --- a/Tests/test_file_tar.py +++ b/Tests/test_file_tar.py @@ -11,7 +11,7 @@ TEST_TAR_FILE = "Tests/images/hopper.tar" @pytest.mark.parametrize( - ("codec", "test_path", "format"), + "codec, test_path, format", ( ("zlib", "hopper.png", "PNG"), ("jpg", "hopper.jpg", "JPEG"),