Skip to content

Commit

Permalink
Changing integration test to run server on random ports
Browse files Browse the repository at this point in the history
  • Loading branch information
mtakaki committed Nov 7, 2015
1 parent e3ec81c commit 19407e6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/test/resources/config.yml
Expand Up @@ -3,4 +3,12 @@ circuitBreaker:
rateType: ONE_MINUTE

logging:
level: ERROR
level: ERROR

server:
applicationConnectors:
- type: http
port: 0
adminConnectors:
- type: http
port: 0

0 comments on commit 19407e6

Please sign in to comment.