ct: Fix mocks.

Project: http://git-wip-us.apache.org/repos/asf/couchdb-nano/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-nano/commit/a255f681
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-nano/tree/a255f681
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-nano/diff/a255f681

Branch: refs/heads/master
Commit: a255f681694f3b2f649660a0caa5891b6ca21712
Parents: 6b5d723
Author: Chris Taylor <[email protected]>
Authored: Sat Apr 23 01:09:05 2016 -0400
Committer: Glynn Bird <[email protected]>
Committed: Wed Oct 26 14:36:46 2016 +0100

----------------------------------------------------------------------
 tests/fixtures/design/atomic.json | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-nano/blob/a255f681/tests/fixtures/design/atomic.json
----------------------------------------------------------------------
diff --git a/tests/fixtures/design/atomic.json 
b/tests/fixtures/design/atomic.json
index 5a58b91..5712da0 100644
--- a/tests/fixtures/design/atomic.json
+++ b/tests/fixtures/design/atomic.json
@@ -22,6 +22,10 @@
   , "response" : "{\"foo\": \"bar\"}"
   }
 , { "method"   : "put"
+  , "path"     : "/design_atomic/_design/update/_update/addbaz/baz"
+  , "response" : "{\"baz\": \"biz\"}"
+  }
+, { "method"   : "put"
   , "status"   : 201
   , "path"     : "/design_atomic/wat%2Fwat"
   , "body"     : "{\"wat\":\"wat\"}"

Reply via email to