saml20-clj
saml20-clj copied to clipboard
`saml20-clj.sp.response-test/assertions-test` is actually failing
This line: https://github.com/metabase/saml20-clj/blob/master/test/saml20_clj/sp/response_test.clj#L22
Should actually read:
(doseq [{:keys [response], :as response-map} (test/responses)
:when (not (test/invalid-confirmation-data? response-map))] ;;<-- call the function
)
Functions are truthy, and (not