From 5f04ec8c4a9dda7b4277273b3c7a21f76f3b7494 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Wed, 15 Mar 2017 13:31:39 +0000 Subject: [PATCH] Update client_test.go --- disco/client_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/disco/client_test.go b/disco/client_test.go index 34a9e6036..e05680bd2 100644 --- a/disco/client_test.go +++ b/disco/client_test.go @@ -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" {