X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=portal-BE%2Fsrc%2Ftest%2Fjava%2Forg%2Fonap%2Fportal%2FPortalApplicationTests.java;h=4da4f68e993215d08d98d4d0de2a95d36adcdebc;hb=refs%2Fchanges%2F51%2F94051%2F1;hp=24871dc410592c1dd78f41e33526b51ddd6cd6b4;hpb=b127daea0b73c4f2b08441b535d99001df02e56b;p=portal.git diff --git a/portal-BE/src/test/java/org/onap/portal/PortalApplicationTests.java b/portal-BE/src/test/java/org/onap/portal/PortalApplicationTests.java index 24871dc4..4da4f68e 100644 --- a/portal-BE/src/test/java/org/onap/portal/PortalApplicationTests.java +++ b/portal-BE/src/test/java/org/onap/portal/PortalApplicationTests.java @@ -1,9 +1,14 @@ package org.onap.portal; import org.junit.jupiter.api.Test; +import org.junit.runner.RunWith; import org.springframework.boot.test.context.SpringBootTest; +import org.springframework.test.context.TestPropertySource; +import org.springframework.test.context.junit4.SpringRunner; +@RunWith(SpringRunner.class) @SpringBootTest +@TestPropertySource(locations="classpath:test.properties") class PortalApplicationTests { @Test