Commit b8e954c

mo <mo@mokhan.ca>
2018-08-09 22:03:46
fix lint error.
1 parent 1662e9a
Changed files (1)
lib
lib/saml/kit/assertion.rb
@@ -46,7 +46,7 @@ module Saml
       end
 
       def name_id_format
-        at_xpath('./saml:Subject/saml:NameID').attribute("Format").try(:value)
+        at_xpath('./saml:Subject/saml:NameID').attribute('Format').try(:value)
       end
 
       def signed?