use string for parametrization name declaration

Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
Yay295 2023-01-15 19:36:52 -06:00 committed by GitHub
parent cd4656410f
commit c2176f2747
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"),