summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"