diff --git a/src/test/java/org/cftoolsuite/cfapp/CfHooverApplicationTests.java b/src/test/java/org/cftoolsuite/cfapp/CfHooverApplicationTests.java index 4d86399..c838c8f 100644 --- a/src/test/java/org/cftoolsuite/cfapp/CfHooverApplicationTests.java +++ b/src/test/java/org/cftoolsuite/cfapp/CfHooverApplicationTests.java @@ -2,8 +2,10 @@ import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; +import org.springframework.test.context.TestPropertySource; @SpringBootTest +@TestPropertySource(properties = "cf.butlers.example=https://cf-butler.example.com") public class CfHooverApplicationTests { @Test