summaryrefslogtreecommitdiff
path: root/go/internal/command/receivepack/customaction_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'go/internal/command/receivepack/customaction_test.go')
-rw-r--r--go/internal/command/receivepack/customaction_test.go2
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)