summaryrefslogtreecommitdiff
path: root/src/couch_replicator/src/couch_replicator_httpc.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/couch_replicator/src/couch_replicator_httpc.erl')
-rw-r--r--src/couch_replicator/src/couch_replicator_httpc.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/couch_replicator/src/couch_replicator_httpc.erl b/src/couch_replicator/src/couch_replicator_httpc.erl
index 53158f9a2..cffeb8685 100644
--- a/src/couch_replicator/src/couch_replicator_httpc.erl
+++ b/src/couch_replicator/src/couch_replicator_httpc.erl
@@ -507,7 +507,6 @@ merge_headers(Headers1, Headers2) when is_list(Headers1), is_list(Headers2) ->
merge_headers_test() ->
- Headers1 = [{"a", "x"}, {"a", "y"}, {"A", "z"}],
?assertEqual([], merge_headers([], [])),
?assertEqual([{"a", "x"}], merge_headers([], [{"a", "x"}])),
?assertEqual([{"a", "x"}], merge_headers([{"a", "x"}], [])),