Skip to content

Commit

Permalink
fix(jans-auth-server): isolate regex redirection uri validation test (#…
Browse files Browse the repository at this point in the history
…1075)

Co-authored-by: Milton Ch <j.milton.chambi.m@gmail.com>
  • Loading branch information
yuriyzz and Milton-Ch committed Mar 18, 2022
1 parent e1d95de commit cca0551
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions jans-auth-server/client/src/test/resources/testng.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@
<test name="Authorize test (HTTP)" enabled="true">
<classes>
<class name="io.jans.as.client.ws.rs.AuthorizeRestWebServiceHttpTest"/>
</classes>
</test>

<test name="Authorize regex redirect uris validation test" enabled="true">
<classes>
<class name="io.jans.as.client.ws.rs.AuthorizationRedirectUrisRegexTest"/>
</classes>
</test>
Expand Down

0 comments on commit cca0551

Please sign in to comment.