#134 - Add fixture values for tests.

We now specify test properties for Jira and GitHub integrations to prevent a fallback to values from application-local.properties.
This commit is contained in:
Mark Paluch
2019-12-04 10:52:41 +01:00
parent 5e0187d9c3
commit d2bbaf77a4
2 changed files with 8 additions and 3 deletions

View File

@@ -10,4 +10,9 @@ deployment.repository-prefix=test-
jira.username=dummy
jira.password=dummy
jira.api-url=http://localhost:8888
github.api-url=http://localhost:8888
git.username=dummy
git.password=dummy
git.email=dummy@dummy.com
git.author=dummy
github.api-url=http://localhost:8888