summaryrefslogtreecommitdiff
path: root/spec/gitlab_shell_lfs_authentication_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/gitlab_shell_lfs_authentication_spec.rb')
-rw-r--r--spec/gitlab_shell_lfs_authentication_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/gitlab_shell_lfs_authentication_spec.rb b/spec/gitlab_shell_lfs_authentication_spec.rb
index 7cdb320..d23ec51 100644
--- a/spec/gitlab_shell_lfs_authentication_spec.rb
+++ b/spec/gitlab_shell_lfs_authentication_spec.rb
@@ -26,7 +26,7 @@ describe 'bin/gitlab-shell git-lfs-authentication' do
end
end
- server.mount_proc('/api/v4/internal/allowed') do |req, res|
+ server.mount_proc('/api/v4/internal/allowed/secure') do |req, res|
res.content_type = 'application/json'
key_id = req.query['key_id'] || req.query['username']