summaryrefslogtreecommitdiff
path: root/go/internal/command/lfsauthenticate/lfsauthenticate_test.go
diff options
context:
space:
mode:
authorMałgorzata Ksionek <mksionek@gitlab.com>2019-10-01 14:59:00 +0200
committerMałgorzata Ksionek <mksionek@gitlab.com>2019-10-01 14:59:00 +0200
commit1ba172d426274832f4a76a1b540dce462ec932f3 (patch)
tree552b07398739fbc2af55fb93ec8c5f4986060305 /go/internal/command/lfsauthenticate/lfsauthenticate_test.go
parent650ecad9bad69dbc12745c71d959a89b87ffdac7 (diff)
downloadgitlab-shell-1ba172d426274832f4a76a1b540dce462ec932f3.tar.gz
Update methods to use new path
Diffstat (limited to 'go/internal/command/lfsauthenticate/lfsauthenticate_test.go')
-rw-r--r--go/internal/command/lfsauthenticate/lfsauthenticate_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/go/internal/command/lfsauthenticate/lfsauthenticate_test.go b/go/internal/command/lfsauthenticate/lfsauthenticate_test.go
index a6836a8..3b5d11c 100644
--- a/go/internal/command/lfsauthenticate/lfsauthenticate_test.go
+++ b/go/internal/command/lfsauthenticate/lfsauthenticate_test.go
@@ -90,7 +90,7 @@ func TestLfsAuthenticateRequests(t *testing.T) {
},
},
{
- 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)
defer r.Body.Close()