summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Sun <tony.sun427@gmail.com>2017-10-28 11:57:23 -0700
committerJan Lehnardt <jan@apache.org>2017-10-29 15:50:28 +0100
commit7eaff43b9b67e646646c795a8d9af19b57806cfd (patch)
treece18880598f48295619ef485d21d62420fec7f1c
parent6d92666f5a5b9a6494121c83beaa3bc03e09097f (diff)
downloadcouchdb-7eaff43b9b67e646646c795a8d9af19b57806cfd.tar.gz
whitespace
-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"