Skip to content

Commit

Permalink
Mosip 30687 on demand template extraction authentication error eventi…
Browse files Browse the repository at this point in the history
…ng (#1237)

* MOSIP-30687 changes done to  from websub to kafka

Signed-off-by: Neha Farheen <[email protected]>

* logger added

Signed-off-by: Neha Farheen <[email protected]>

* test case resolved

Signed-off-by: Neha Farheen <[email protected]>

---------

Signed-off-by: Neha Farheen <[email protected]>
Co-authored-by: Neha Farheen <[email protected]>
  • Loading branch information
Neha2365 and Neha Farheen authored Apr 4, 2024
1 parent 1d71c66 commit b52097b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
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.junit4.SpringRunner;
import org.springframework.test.util.ReflectionTestUtils;
import org.springframework.web.context.WebApplicationContext;
Expand All @@ -37,6 +38,7 @@
@ContextConfiguration(classes = {TestContext.class, WebApplicationContext.class})
@RunWith(SpringRunner.class)
@Import(EnvUtil.class)
@TestPropertySource(locations="classpath:application.properties")
public class ExchangeDataAttributesUtilTest {

@Autowired
Expand Down

0 comments on commit b52097b

Please sign in to comment.