mirror of
https://github.com/Dannecron/spring-boot-demo.git
synced 2025-12-26 00:32:34 +03:00
refactor validator, add tests
This commit is contained in:
@@ -27,7 +27,7 @@ open class BaseUnitTest {
|
||||
autoOffsetReset = "none",
|
||||
),
|
||||
validation = KafkaProperties.Validation(
|
||||
schema = mapOf("product-sync" to "foo"),
|
||||
schema = mapOf("product-sync" to "product/sync.json"),
|
||||
),
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user