Skip to content

Commit 593323b

Browse files
committed
fix missing test config
1 parent 4a6011b commit 593323b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

things/service/src/test/resources/test.conf

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ ditto {
1313
}
1414
snapshot-adapter = {
1515
extension-class = "org.eclipse.ditto.things.service.persistence.serializer.ThingMongoSnapshotAdapter"
16+
extension-config {
17+
thing-snapshot-taken-event-publishing-enabled = true
18+
}
1619
}
1720
}
1821

0 commit comments

Comments
 (0)