iteratec / kcwarden

Keycloak Configuration Auditor
https://iteratec.github.io/kcwarden/
Apache License 2.0
11 stars 0 forks source link

Testing: Unit tests do not test the ignore functionality #35

Open malexmave opened 1 month ago

malexmave commented 1 month ago

I noticed that the unit tests we have do not test the ignore list funcionality, i.e., it is possible that certain checks will return findings about entities that are listed on the ignore list for that specific check. We should add relevant test cases to all test classes.

malexmave commented 1 month ago

Added tests for the IDP auditors as regression tests for #36.