Skip to content
This repository has been archived by the owner on Nov 5, 2018. It is now read-only.

Commit

Permalink
ct: Fix mocks.
Browse files Browse the repository at this point in the history
  • Loading branch information
cttttt committed Apr 23, 2016
1 parent 16c2459 commit 6c97f5d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/fixtures/design/atomic.json
Expand Up @@ -21,6 +21,10 @@
, "body" : "{\"field\":\"foo\",\"value\":\"bar\"}"
, "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"
Expand Down

0 comments on commit 6c97f5d

Please sign in to comment.