Commit eb8a9f7e authored by Robert Speicher's avatar Robert Speicher

Merge branch 'if-ruby2.7_kwargs_in_smartcard_controller_spec' into 'master'

Fix Ruby 2.7 kwargs deprecation warning in SmartcardController spec

See merge request gitlab-org/gitlab!43840
parents 00f0e303 15ae97d9
......@@ -311,7 +311,7 @@ RSpec.describe SmartcardController, type: :request do
subject do
get(verify_certificate_smartcard_path,
{ params: params.merge({ provider: 'ldapmain' }) })
params: params.merge({ provider: 'ldapmain' }))
end
before do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment