Przeglądaj źródła

test against mod_auth_gssapi

Jonathan Turner 7 lat temu
rodzic
commit
3230290d42
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      client/client_integration_test.go

+ 1 - 1
client/client_integration_test.go

@@ -451,7 +451,7 @@ func spnegoGet(cl *Client) error {
 	if url == "" {
 		url = testdata.TEST_HTTP_URL
 	}
-	r, _ := http.NewRequest("GET", url, nil)
+	r, _ := http.NewRequest("GET", url+"/modgssapi/index.html", nil)
 	httpResp, err := http.DefaultClient.Do(r)
 	if err != nil {
 		return fmt.Errorf("request error: %v\n", err)