1
0
Fork 0

Update client_test.go

master
Philip O'Toole 8 years ago committed by GitHub
parent 1f3fe1df2e
commit 5f04ec8c4a

@ -176,6 +176,7 @@ func Test_ClientRegisterFollowerOK(t *testing.T) {
}
}
// Test_ClientRegisterFollowerMultiOK tests how the client responds to getting a list of nodes it can join.
func Test_ClientRegisterFollowerMultiOK(t *testing.T) {
ts := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
if r.Method != "POST" {

Loading…
Cancel
Save