diff options
Diffstat (limited to 'examples/test_setupall.py')
-rw-r--r-- | examples/test_setupall.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/test_setupall.py b/examples/test_setupall.py index 631caa76..ddf4d905 100644 --- a/examples/test_setupall.py +++ b/examples/test_setupall.py @@ -29,7 +29,7 @@ class Test: # Check the returned data assert r.status_code == 200 - assert len(r.content) == 100 + assert len(r.body) == 100 # Check pathod's internal log log = self.d.last_log()["request"] |