Skip to content

Commit

Permalink
fixes #9: Fix test context
Browse files Browse the repository at this point in the history
  • Loading branch information
gessnerfl committed Jul 6, 2018
1 parent dac6732 commit 5b04c19
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
spring.profiles.active=integrationtest,config_integrationtest

server.port=0
management.server.port=-1

fakesmtp.port=1234
fakesmtp.bindAddress=127.0.0.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
spring.profiles.active=integrationtest,config_with_auth_integrationtest

server.port=0
management.server.port=-1

fakesmtp.port=1234
fakesmtp.bindAddress=127.0.0.1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
spring.profiles.active=integrationtest,config_with_persistence_integrationtest

server.port=0
management.server.port=-1

fakesmtp.port=1234
fakesmtp.bindAddress=127.0.0.1
Expand Down
1 change: 1 addition & 0 deletions src/test/resources/application-integrationtest.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
spring.profiles.active=integrationtest

server.port=0
management.server.port=-1

fakesmtp.port=${random.int[1024,65536]}

0 comments on commit 5b04c19

Please sign in to comment.