mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +00:00
change test value
This commit is contained in:
parent
4c7f99d2be
commit
c0b12da401
@ -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():
|
||||
|
Loading…
Reference in New Issue
Block a user