Browse Source

client: fix bad URL fixture

Brian Waldon 11 years ago
parent
commit
ed173a2a76
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/members_test.go

+ 1 - 1
client/members_test.go

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