fabric8-services / fabric8-auth

Identity and Access Management for fabric8 services
https://auth.openshift.io/api/status
Apache License 2.0
14 stars 26 forks source link

Fix TestAuthenticationProviderService/TestInvalidOAuthAuthorizationCode test failure #816

Closed xcoulon closed 5 years ago

xcoulon commented 5 years ago

"escape" the error message which is returned in the query param of the redirect URL

Signed-off-by: Xavier Coulon xcoulon@redhat.com

codecov[bot] commented 5 years ago

Codecov Report

Merging #816 into master will increase coverage by 0.06%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #816      +/-   ##
==========================================
+ Coverage   78.44%   78.51%   +0.06%     
==========================================
  Files          92       92              
  Lines        8964     8964              
==========================================
+ Hits         7032     7038       +6     
- Misses       1410     1413       +3     
+ Partials      522      513       -9
Impacted Files Coverage Δ
...rovider/service/authentication_provider_service.go 72.22% <ø> (+11.11%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c3fe903...60dee4c. Read the comment docs.

xcoulon commented 5 years ago

thanks @alexeykazakov !