Sync property naming convention (#2664)

Co-authored-by: vasilchev <vasil.ilchev@bosch.com>
This commit is contained in:
Vasil Ilchev
2025-09-10 14:55:51 +03:00
committed by GitHub
parent 2d45e2a76c
commit 20768a550c
8 changed files with 10 additions and 10 deletions

View File

@@ -74,7 +74,7 @@ import org.springframework.test.context.TestPropertySource;
@ActiveProfiles({ "test" })
@SpringBootTest(classes = { JpaRepositoryConfiguration.class }, webEnvironment = SpringBootTest.WebEnvironment.NONE)
@TestPropertySource(properties = {
"hawkbit.events.remote-enabled=false",
"hawkbit.events.remote.enabled=false",
"spring.main.allow-bean-definition-overriding=true" })
class AmqpMessageDispatcherServiceTest extends AbstractIntegrationTest {