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 {}
|
||||
|
||||
Reference in New Issue
Block a user