diff options
Diffstat (limited to 'test/netlib/http/test_request.py')
-rw-r--r-- | test/netlib/http/test_request.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/netlib/http/test_request.py b/test/netlib/http/test_request.py index 87eb9c35..336dc86d 100644 --- a/test/netlib/http/test_request.py +++ b/test/netlib/http/test_request.py @@ -15,7 +15,7 @@ class TestRequestData: class TestRequestCore: """ - Tests for builtins and the attributes that are directly proxied from the data structure + Tests for addons and the attributes that are directly proxied from the data structure """ def test_repr(self): request = treq() |