summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarren Smith <garren.smith@gmail.com>2019-03-05 12:04:58 +0200
committerGarren Smith <garren.smith@gmail.com>2019-03-05 12:04:58 +0200
commit02b6720f985e5f2144c7a9172811880da632ce0c (patch)
tree14ed0b8233c0f570390a3386359b9d3e52b3e2d1
parent9f070cf02a4d44a499122f6090c5f1db90543d78 (diff)
downloadcouchdb-jenkins-add-attachment-test.tar.gz
-rw-r--r--test/elixir/test/attachments.exs4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/elixir/test/attachments.exs b/test/elixir/test/attachments.exs
index 057cf090f..7f235213e 100644
--- a/test/elixir/test/attachments.exs
+++ b/test/elixir/test/attachments.exs
@@ -136,7 +136,9 @@ defmodule AttachmentsTest do
resp = Couch.get("/#{db_name}/bin_doc3/attachment.txt")
assert resp.body == bin_data
- resp = Couch.put("/#{db_name}/bin_doc3/attachment.txt", body: bin_data, query: %{w: 3})
+ resp =
+ Couch.put("/#{db_name}/bin_doc3/attachment.txt", body: bin_data, query: %{w: 3})
+
assert resp.status_code == 409
# non-existent rev