diff options
author | Małgorzata Ksionek <mksionek@gitlab.com> | 2019-10-01 16:40:19 +0200 |
---|---|---|
committer | Małgorzata Ksionek <mksionek@gitlab.com> | 2019-10-01 16:40:19 +0200 |
commit | eff3b3c0e48e9ffc213108965f16e96f10bcda3e (patch) | |
tree | 072d978160ef4de46a51cdfd3421f35e0ea661ae /spec/gitlab_shell_lfs_authentication_spec.rb | |
parent | 1ba172d426274832f4a76a1b540dce462ec932f3 (diff) | |
download | gitlab-shell-eff3b3c0e48e9ffc213108965f16e96f10bcda3e.tar.gz |
Reverse ruby changes
Diffstat (limited to 'spec/gitlab_shell_lfs_authentication_spec.rb')
-rw-r--r-- | spec/gitlab_shell_lfs_authentication_spec.rb | 2 |
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 d23ec51..7cdb320 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/secure') do |req, res| + server.mount_proc('/api/v4/internal/allowed') do |req, res| res.content_type = 'application/json' key_id = req.query['key_id'] || req.query['username'] |