Skip to content

Commit

Permalink
#360 - Create stress/load test which should cover all APIs with mocke…
Browse files Browse the repository at this point in the history
…d OP
  • Loading branch information
duttarnab committed Sep 11, 2019
1 parent 1f2c275 commit f1a4890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oxd-server/src/test/resources/testng.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<suite name="oxD Suite" parallel="false">

<parameter name="host" value="http://localhost"/>
<parameter name="opHost" value="https://ce-dev6.gluu.org"/>
<parameter name="opHost" value="https://${test.server.name}"/>
<parameter name="opDiscoveryPath" value=""/>
<parameter name="redirectUrls" value="https://client.example.com/cb/home1 https://client.example.com/cb/home2"/>
<parameter name="paramRedirectUrl" value="https://client.example.com/cb/home2"/>
Expand Down

0 comments on commit f1a4890

Please sign in to comment.