summaryrefslogtreecommitdiff
path: root/go/internal/command/receivepack/customaction_test.go
diff options
context:
space:
mode:
authorMałgorzata Ksionek <mksionek@gitlab.com>2019-10-03 11:10:39 +0200
committerMałgorzata Ksionek <mksionek@gitlab.com>2019-10-03 11:10:39 +0200
commitf00c577dec60798f10b6e8809d78a2895cfa6b04 (patch)
treef532b9e68bf773d28650b63a4bf9d6c9498555ed /go/internal/command/receivepack/customaction_test.go
parenteff3b3c0e48e9ffc213108965f16e96f10bcda3e (diff)
downloadgitlab-shell-f00c577dec60798f10b6e8809d78a2895cfa6b04.tar.gz
Introduce changes from code review
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 045dd6c..bd4991d 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/secure",
+ Path: "/api/v4/internal/allowed",
Handler: func(w http.ResponseWriter, r *http.Request) {
b, err := ioutil.ReadAll(r.Body)
require.NoError(t, err)