aboutsummaryrefslogtreecommitdiffstats
path: root/test/netlib
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2016-09-03 16:37:03 +0200
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2016-09-04 09:31:45 +0200
commitc0b12da40108899d9bf470d14a460f6ca4efaa5d (patch)
tree6e3df5338cbd413b308506bdbf6641d52aa33e2c /test/netlib
parent4c7f99d2bedb299063a519519504768c710a58ee (diff)
downloadmitmproxy-c0b12da40108899d9bf470d14a460f6ca4efaa5d.tar.gz
mitmproxy-c0b12da40108899d9bf470d14a460f6ca4efaa5d.tar.bz2
mitmproxy-c0b12da40108899d9bf470d14a460f6ca4efaa5d.zip
change test value
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():