Skip to content

Commit

Permalink
Update client_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
otoolep committed Mar 15, 2017
1 parent 1f3fe1d commit 5f04ec8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions disco/client_test.go
Expand Up @@ -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" {
Expand Down

0 comments on commit 5f04ec8

Please sign in to comment.