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 e6ebb72 commit a7e193aCopy full SHA for a7e193a
test/xml_security_test.rb
@@ -90,7 +90,6 @@ class XmlSecurityTest < Minitest::Test
90
91
assert response_fingerprint_test.document.validate_document(sha1_fingerprint_downcase)
92
assert response_fingerprint_test.document.validate_document(sha1_fingerprint_downcase, true, :fingerprint_alg => XMLSecurity::Document::SHA1)
93
- sha1_fingerprint_downcase
94
end
95
96
it "validate using SHA256" do
0 commit comments