summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Sun <tony.sun427@gmail.com>2017-10-28 11:57:23 -0700
committerTony Sun <tony.sun427@gmail.com>2017-10-28 11:57:23 -0700
commit420ea719848ba114b5de47dc1b7e155e3a93306b (patch)
tree70a55134bb94640f21085c60b79e528534e055fe
parent877c886d6b4121674eff646b03d5ce33505e25d1 (diff)
downloadcouchdb-mango-test-failures.tar.gz
-rw-r--r--src/mango/test/mango.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mango/test/mango.py b/src/mango/test/mango.py
index cbf2b1162..03cc67c52 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"