diff options
Diffstat (limited to 'go/internal/command/receivepack/customaction_test.go')
-rw-r--r-- | go/internal/command/receivepack/customaction_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go/internal/command/receivepack/customaction_test.go b/go/internal/command/receivepack/customaction_test.go index bd4991d..045dd6c 100644 --- a/go/internal/command/receivepack/customaction_test.go +++ b/go/internal/command/receivepack/customaction_test.go @@ -22,7 +22,7 @@ func TestCustomReceivePack(t *testing.T) { requests := []testserver.TestRequestHandler{ { - Path: "/api/v4/internal/allowed", + Path: "/api/v4/internal/allowed/secure", Handler: func(w http.ResponseWriter, r *http.Request) { b, err := ioutil.ReadAll(r.Body) require.NoError(t, err) |