Fix tests.
Use only test properties to avoid local config interference. See #21
This commit is contained in:
@@ -21,6 +21,6 @@ import org.springframework.test.context.ActiveProfiles;
|
||||
/**
|
||||
* @author Oliver Gierke
|
||||
*/
|
||||
@ActiveProfiles({ "local", "test" })
|
||||
@ActiveProfiles({ "test" })
|
||||
@SpringBootTest(classes = Application.class)
|
||||
public abstract class AbstractIntegrationTests {}
|
||||
|
||||
@@ -5,12 +5,13 @@ logging.level.org.springframework.web.client=TRACE
|
||||
logging.level.org.springframework.http=DEBUG
|
||||
# Deployment
|
||||
deployment.repository-prefix=test-
|
||||
deployment.api-key=foo
|
||||
maven.parallelize=false
|
||||
jira.username=dummy
|
||||
jira.password=dummy
|
||||
jira.api-url=http://localhost:8888
|
||||
# Git
|
||||
git.username=dummy
|
||||
git.passphrase=dummy
|
||||
git.password=dummy
|
||||
git.email=dummy@dummy.com
|
||||
git.author=dummy
|
||||
github.api-url=http://localhost:8888
|
||||
#Sagan
|
||||
sagan.key=foo
|
||||
|
||||
Reference in New Issue
Block a user