We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9577643 commit 582ad4cCopy full SHA for 582ad4c
1 file changed
test/response_test.rb
@@ -134,6 +134,7 @@ class RubySamlTest < Minitest::Test
134
no_signature_response.settings.idp_cert_fingerprint = "28:74:9B:E8:1F:E8:10:9C:A8:7C:A9:C3:E3:C5:01:6C:92:1C:B4:BA"
135
XMLSecurity::SignedDocument.any_instance.expects(:validate_signature).returns(true)
136
assert no_signature_response.validate!
137
+ XMLSecurity::SignedDocument.any_instance.unstub(:validate_signature)
138
end
139
140
it "validate ADFS assertions" do
0 commit comments