client: fix bad URL fixture

This commit is contained in:
Brian Waldon 2015-01-29 16:23:51 -08:00 committed by Yicheng Qin
parent cd777b2966
commit ed173a2a76

View File

@ -322,7 +322,7 @@ func TestHTTPMembersAPIAddError(t *testing.T) {
}{ }{
// malformed peer URL // malformed peer URL
{ {
peerURL: "\\", peerURL: ":",
}, },
// generic httpClient failure // generic httpClient failure