Commit 15ae97d9 authored by Imre Farkas's avatar Imre Farkas

Fix Ruby 2.7 kwargs deprecation warning in SmartcardController spec

parent 21d3afd3
...@@ -311,7 +311,7 @@ RSpec.describe SmartcardController, type: :request do ...@@ -311,7 +311,7 @@ RSpec.describe SmartcardController, type: :request do
subject do subject do
get(verify_certificate_smartcard_path, get(verify_certificate_smartcard_path,
{ params: params.merge({ provider: 'ldapmain' }) }) params: params.merge({ provider: 'ldapmain' }))
end end
before do 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