This is an automated email from the ASF dual-hosted git repository. wohali pushed a commit to branch 2.1.x in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit a63b1d462bf939869e9a14c445fbdc5180866291 Author: Tony Sun <[email protected]> AuthorDate: Sat Oct 28 11:57:23 2017 -0700 whitespace --- src/mango/test/mango.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mango/test/mango.py b/src/mango/test/mango.py index cbf2b11..03cc67c 100644 --- a/src/mango/test/mango.py +++ b/src/mango/test/mango.py @@ -128,7 +128,6 @@ class Database(object): r = self.sess.post(self.path("_index"), data=body) delay() r.raise_for_status() - assert r.json()["id"] is not None assert r.json()["name"] is not None return r.json()["result"] == "created" -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
