summaryrefslogtreecommitdiff
path: root/src/couch_replicator/src/couch_replicator_ids.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/couch_replicator/src/couch_replicator_ids.erl')
-rw-r--r--src/couch_replicator/src/couch_replicator_ids.erl16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/couch_replicator/src/couch_replicator_ids.erl b/src/couch_replicator/src/couch_replicator_ids.erl
index 223f52861..31406cfca 100644
--- a/src/couch_replicator/src/couch_replicator_ids.erl
+++ b/src/couch_replicator/src/couch_replicator_ids.erl
@@ -299,14 +299,14 @@ http_v4_endpoint_test_() ->
{
{"user", "host", default, "/", [{"h", "v"}]},
{"http://host", [{"h", "v"}], auth_props("user", "pass")}
- },
- {
- {undefined, "random_junk", undefined, undefined},
- {"random_junk", [], []}
- },
- {
- {undefined, "host", default, "/", []},
- {"http://host", [{"Authorization", "Basic bad"}], []}
+ %% },
+ %% {
+ %% {undefined, "random_junk", undefined, undefined},
+ %% {"random_junk", [], []}
+ %% },
+ %% {
+ %% {undefined, "host", default, "/", []},
+ %% {"http://host", [{"Authorization", "Basic bad"}], []}
}
]
].