1
0
Fork 0

Update client_test.go

master
Philip O'Toole 8 years ago committed by GitHub
parent 2283a8205c
commit 3f577cc111

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

Loading…
Cancel
Save