Commit 60e02f2

mo <mo@mokhan.ca>
2019-04-17 22:53:32
fix linter error
1 parent e7b6ef4
Changed files (1)
spec
saml
kit
spec/saml/kit/bindings/http_post_spec.rb
@@ -115,7 +115,7 @@ RSpec.describe Saml::Kit::Bindings::HttpPost do
     end
 
     it 'can deserialize a request encrypted with unknown keys' do
-      saml_params = { 'SAMLResponse' => IO.read("spec/fixtures/1555534792.3954718-9d1c5e47e1b1abc70e9774d3.saml_response") }
+      saml_params = { 'SAMLResponse' => IO.read('spec/fixtures/1555534792.3954718-9d1c5e47e1b1abc70e9774d3.saml_response') }
       result = subject.deserialize(saml_params)
       expect(result).to be_present
       expect(result.assertion).to be_present