1
0
Fork 0

Update client_test.go

master
Philip O'Toole 8 years ago committed by GitHub
parent 6e3c018f5a
commit 2283a8205c

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

Loading…
Cancel
Save