diff --git a/authentication/authentication-common/src/test/java/io/mosip/authentication/common/service/facade/AuthFacadeImplTest.java b/authentication/authentication-common/src/test/java/io/mosip/authentication/common/service/facade/AuthFacadeImplTest.java index 84f25a7c144..ce951e1689c 100644 --- a/authentication/authentication-common/src/test/java/io/mosip/authentication/common/service/facade/AuthFacadeImplTest.java +++ b/authentication/authentication-common/src/test/java/io/mosip/authentication/common/service/facade/AuthFacadeImplTest.java @@ -27,6 +27,8 @@ import org.springframework.context.annotation.Import; import org.springframework.test.context.ContextConfiguration; import org.springframework.test.context.TestContext; +import org.springframework.test.context.TestPropertySource; +import org.springframework.test.context.TestPropertySource; import org.springframework.test.context.junit4.SpringRunner; import org.springframework.test.util.ReflectionTestUtils; import org.springframework.web.context.WebApplicationContext; @@ -100,6 +102,7 @@ @WebMvcTest @ContextConfiguration(classes = { TestContext.class, WebApplicationContext.class, TemplateManagerBuilderImpl.class }) @Import(EnvUtil.class) +@TestPropertySource("classpath:application.properties") public class AuthFacadeImplTest {