diff options
Diffstat (limited to 'test/test_fuzzing.py')
-rw-r--r-- | test/test_fuzzing.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_fuzzing.py b/test/test_fuzzing.py index eff8c573..c1527aa2 100644 --- a/test/test_fuzzing.py +++ b/test/test_fuzzing.py @@ -7,6 +7,7 @@ import tservers class TestFuzzy(tservers.HTTPProxTest): + def test_idna_err(self): req = r'get:"http://localhost:%s":i10,"\xc6"' p = self.pathoc() |