Skip to content
Snippets Groups Projects
Commit 8ccb7388 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-5156 Accept FIM messages in XTA adapter

activate profile for unit tests
parent ac6e2d80
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ import static org.assertj.core.api.Assertions.assertThat; ...@@ -26,7 +26,7 @@ import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.AssertionsForClassTypes.assertThatThrownBy; import static org.assertj.core.api.AssertionsForClassTypes.assertThatThrownBy;
@ITCase @ITCase
@ActiveProfiles({ "itcase", "test" }) @ActiveProfiles({ "itcase", "fim", "test" })
@ImportAutoConfiguration @ImportAutoConfiguration
@SpringBootTest(classes= FimTestConfig.class) @SpringBootTest(classes= FimTestConfig.class)
public class FimServiceITCase { public class FimServiceITCase {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment