diff options
Diffstat (limited to 'test/test_filt.py')
-rw-r--r-- | test/test_filt.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_filt.py b/test/test_filt.py index 62c9fb51..2421c327 100644 --- a/test/test_filt.py +++ b/test/test_filt.py @@ -95,6 +95,7 @@ class TestMatching: headers["header_response"] = ["svalue"] f.response = flow.Response( f.request, + (1, 1), 200, "message", headers, |