diff options
Diffstat (limited to 'go/internal/command/lfsauthenticate/lfsauthenticate_test.go')
-rw-r--r-- | go/internal/command/lfsauthenticate/lfsauthenticate_test.go | 2 |
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 3b5d11c..a6836a8 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/secure", + Path: "/api/v4/internal/allowed", Handler: func(w http.ResponseWriter, r *http.Request) { b, err := ioutil.ReadAll(r.Body) defer r.Body.Close() |