Explorar el Código

fix spnego header test

Jonathan Turner hace 7 años
padre
commit
8853bbdebe
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      spnego/http_test.go

+ 0 - 1
spnego/http_test.go

@@ -50,7 +50,6 @@ func TestClient_SetSPNEGOHeader(t *testing.T) {
 	paths := []string{
 		"/modkerb/index.html",
 		"/modgssapi/index.html",
-		"/modgssapi", // This issues a redirect which the http client will automatically follow. Could cause a replay issue
 	}
 	for _, p := range paths {
 		r, _ := http.NewRequest("GET", url+p, nil)