Skip to content

Commit

Permalink
Fix a little RuboCop issue
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinj committed Dec 28, 2021
1 parent a3142a9 commit 710b9e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/jwt_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@
end

describe '::JWT.decode with x5c parameter' do
let(:alg) { "RS256" }
let(:alg) { 'RS256' }
let(:root_certificates) { [instance_double('OpenSSL::X509::Certificate')] }
let(:key_finder) { instance_double('::JWT::X5cKeyFinder') }

Expand Down

0 comments on commit 710b9e9

Please sign in to comment.