Commit 60e02f2
Changed files (1)
spec
saml
kit
bindings
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