Skip to content

Commit

Permalink
Fix more tests
Browse files Browse the repository at this point in the history
Signed-off-by: David Schwilk <david.schwilk@bosch.io>
  • Loading branch information
DerSchwilk committed May 20, 2022
1 parent 3bcfbbc commit 3476d03
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ private Config getEventSourcingConfiguration() {
"akka.cluster.seed-nodes=[]\n" +
"akka.coordinated-shutdown.exit-jvm=off\n" +
"ditto.things.log-incoming-messages=true\n" +
"pre-enforcer-provider=org.eclipse.ditto.policies.enforcement.DefaultPreEnforcerProvider\n" +
"akka.contrib.persistence.mongodb.mongo.mongouri=\"" + mongoDbUri + "\"\n";

// load the service config for info about event journal, snapshot store and metadata
Expand Down

0 comments on commit 3476d03

Please sign in to comment.