summaryrefslogtreecommitdiff
path: root/tests/test_python.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_python.py')
-rw-r--r--tests/test_python.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_python.py b/tests/test_python.py
index dc9609c9..5965ca06 100644
--- a/tests/test_python.py
+++ b/tests/test_python.py
@@ -21,7 +21,7 @@ class GetZipBytesTest(CoverageTest):
@pytest.mark.parametrize(
"encoding",
- ["utf8", "gb2312", "hebrew", "shift_jis", "cp1252"],
+ ["utf-8", "gb2312", "hebrew", "shift_jis", "cp1252"],
)
def test_get_encoded_zip_files(self, encoding):
# See igor.py, do_zipmods, for the text of these files.