Loading atlas-commands/src/test/java/es/redmic/test/atlascommands/integration/layer/LayerRestTest.java +3 −1 Original line number Diff line number Diff line Loading @@ -342,7 +342,7 @@ public class LayerRestTest extends DocumentationCommandBaseTest { // @formatter:off String id = source.getAggregateId(); String id = LayerDataUtil.PREFIX + CODE; this.mockMvc .perform(put(LAYER_PATH + "/refresh/" + id) Loading Loading @@ -440,6 +440,8 @@ public class LayerRestTest extends DocumentationCommandBaseTest { LayerDTO layerExpected = (LayerDTO) JsonToBeanTestUtil.getBean("/data/layers/layerDTO.json", LayerDTO.class); layerExpected.setId(refreshLayerEvent.getLayer().getId()); RefreshLayerConfirmedEvent refreshConfirmEvent = new RefreshLayerConfirmedEvent().buildFrom(refreshLayerEvent); refreshConfirmEvent.setLayer(layerExpected); Loading atlas-commands/src/test/java/es/redmic/test/atlascommands/integration/usersettings/SettingsRestTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ import es.redmic.test.atlascommands.integration.KafkaEmbeddedConfig; @SpringBootTest(classes = { AtlasCommandsApplication.class }) @ActiveProfiles("test") @DirtiesContext @TestPropertySource(properties = { "spring.kafka.consumer.group-id=SettingsRest", "schema.registry.port=19197" }) @TestPropertySource(properties = { "spring.kafka.consumer.group-id=SettingsRest", "schema.registry.port=20197" }) @KafkaListener(topics = "${broker.topic.settings}", groupId = "SettingsRestTest") public class SettingsRestTest extends SettingsRestBase { Loading Loading
atlas-commands/src/test/java/es/redmic/test/atlascommands/integration/layer/LayerRestTest.java +3 −1 Original line number Diff line number Diff line Loading @@ -342,7 +342,7 @@ public class LayerRestTest extends DocumentationCommandBaseTest { // @formatter:off String id = source.getAggregateId(); String id = LayerDataUtil.PREFIX + CODE; this.mockMvc .perform(put(LAYER_PATH + "/refresh/" + id) Loading Loading @@ -440,6 +440,8 @@ public class LayerRestTest extends DocumentationCommandBaseTest { LayerDTO layerExpected = (LayerDTO) JsonToBeanTestUtil.getBean("/data/layers/layerDTO.json", LayerDTO.class); layerExpected.setId(refreshLayerEvent.getLayer().getId()); RefreshLayerConfirmedEvent refreshConfirmEvent = new RefreshLayerConfirmedEvent().buildFrom(refreshLayerEvent); refreshConfirmEvent.setLayer(layerExpected); Loading
atlas-commands/src/test/java/es/redmic/test/atlascommands/integration/usersettings/SettingsRestTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ import es.redmic.test.atlascommands.integration.KafkaEmbeddedConfig; @SpringBootTest(classes = { AtlasCommandsApplication.class }) @ActiveProfiles("test") @DirtiesContext @TestPropertySource(properties = { "spring.kafka.consumer.group-id=SettingsRest", "schema.registry.port=19197" }) @TestPropertySource(properties = { "spring.kafka.consumer.group-id=SettingsRest", "schema.registry.port=20197" }) @KafkaListener(topics = "${broker.topic.settings}", groupId = "SettingsRestTest") public class SettingsRestTest extends SettingsRestBase { Loading