Skip to content

Commit

Permalink
Merge pull request #903 from LoganathanSekar7627/MOSIP-23611-config-s…
Browse files Browse the repository at this point in the history
…witch-for-retrigger-missing-cred-1

Test case fix
  • Loading branch information
ckm007 authored Aug 18, 2022
2 parents 5d3de20 + 5f319ae commit 678aa1b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -100,6 +102,7 @@
@WebMvcTest
@ContextConfiguration(classes = { TestContext.class, WebApplicationContext.class, TemplateManagerBuilderImpl.class })
@Import(EnvUtil.class)
@TestPropertySource("classpath:application.properties")
public class AuthFacadeImplTest {


Expand Down

0 comments on commit 678aa1b

Please sign in to comment.