From 11ac387df2a49d132a08648b6cb5121224924c9d Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Sun, 19 Jul 2015 18:17:09 +0200 Subject: rename content -> body --- examples/test_setupall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/test_setupall.py') 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"] -- cgit v1.2.3