jenkinsci / oic-auth-plugin

A Jenkins plugin which lets you login to Jenkins using your own, self-hosted or public openid connect server.
https://plugins.jenkins.io/oic-auth
MIT License
71 stars 88 forks source link

Remove getter test failing on my locale #350

Closed Vlatombe closed 2 months ago

Vlatombe commented 2 months ago

My locale is not en, so Messages retrieve a different string than the one expected by the test, and I don't see the point for this getter test.

Testing done

Submitter checklist

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 73.47%. Comparing base (bca3705) to head (b8ec9d1). Report is 11 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #350 +/- ## ============================================ + Coverage 72.46% 73.47% +1.00% - Complexity 201 208 +7 ============================================ Files 9 10 +1 Lines 839 852 +13 Branches 119 120 +1 ============================================ + Hits 608 626 +18 + Misses 170 164 -6 - Partials 61 62 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.