aboutsummaryrefslogtreecommitdiffstats
path: root/test/netlib
diff options
context:
space:
mode:
Diffstat (limited to 'test/netlib')
-rw-r--r--test/netlib/test_encoding.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/netlib/test_encoding.py b/test/netlib/test_encoding.py
index b191d50d..797abff2 100644
--- a/test/netlib/test_encoding.py
+++ b/test/netlib/test_encoding.py
@@ -36,7 +36,7 @@ def test_encoders(encoder):
)
with tutils.raises(ValueError):
- encoding.decode(b"bogus", encoder)
+ encoding.decode(b"foobar", encoder)
def test_cache():