1
0
Fork 0

Update client_test.go

master
Philip O'Toole 8 years ago committed by GitHub
parent 3f577cc111
commit 41e167f5b4

@ -72,6 +72,7 @@ func Test_ClientRegisterForbidden(t *testing.T) {
}
}
// Test_ClientRegisterRequestOK tests how the client responds to a 200 from the Discovery Service.
func Test_ClientRegisterRequestOK(t *testing.T) {
ts := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
if r.Method != "POST" {

Loading…
Cancel
Save