From 1ba172d426274832f4a76a1b540dce462ec932f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C5=82gorzata=20Ksionek?= Date: Tue, 1 Oct 2019 14:59:00 +0200 Subject: Update methods to use new path --- go/internal/command/lfsauthenticate/lfsauthenticate_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go/internal/command/lfsauthenticate/lfsauthenticate_test.go') 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() -- cgit v1.2.1