Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 5942D200D4F for ; Tue, 31 Oct 2017 21:34:36 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 5572F160BFD; Tue, 31 Oct 2017 20:34:36 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id CC888160BFA for ; Tue, 31 Oct 2017 21:34:35 +0100 (CET) Received: (qmail 79387 invoked by uid 500); 31 Oct 2017 20:34:35 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 79328 invoked by uid 99); 31 Oct 2017 20:34:34 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Oct 2017 20:34:34 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 453D28796A; Tue, 31 Oct 2017 20:34:29 +0000 (UTC) Date: Tue, 31 Oct 2017 20:34:41 +0000 To: "commits@couchdb.apache.org" Subject: [couchdb] 12/17: whitespace MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: wohali@apache.org In-Reply-To: <150948206943.7671.14377507919784738691@gitbox.apache.org> References: <150948206943.7671.14377507919784738691@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: couchdb X-Git-Refname: refs/heads/211-update-2 X-Git-Reftype: branch X-Git-Rev: d2f249562450a09b8edb424935ccdeb249dae21f X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20171031203431.453D28796A@gitbox.apache.org> archived-at: Tue, 31 Oct 2017 20:34:36 -0000 This is an automated email from the ASF dual-hosted git repository. wohali pushed a commit to branch 211-update-2 in repository https://gitbox.apache.org/repos/asf/couchdb.git commit d2f249562450a09b8edb424935ccdeb249dae21f Author: Tony Sun 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 "commits@couchdb.apache.org" .