Skip to content

Commit

Permalink
Fix test config for ClientActorPropsFactory
Browse files Browse the repository at this point in the history
Signed-off-by: Yannic Klem <yannic.klem@bosch.io>
  • Loading branch information
Yannic92 committed Jul 11, 2022
1 parent 230de2f commit dbbb7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connectivity/service/src/test/resources/test.conf
Expand Up @@ -21,6 +21,7 @@ akka.cluster.roles = ["thing-event-aware", "live-signal-aware", "acks-aware", "p
ditto {
extensions {
connection-priority-provider-factory = org.eclipse.ditto.connectivity.service.messaging.persistence.UsageBasedPriorityProviderFactory
client-actor-props-factory = org.eclipse.ditto.connectivity.service.messaging.DefaultClientActorPropsFactory
}
mapping-strategy.implementation = "org.eclipse.ditto.connectivity.api.ConnectivityMappingStrategies"
pre-enforcers = [
Expand Down Expand Up @@ -55,7 +56,6 @@ ditto {
connection {
enforcer-actor-props-factory = org.eclipse.ditto.connectivity.service.enforcement.NoOpEnforcerActorPropsFactory
custom-command-interceptor-provider = org.eclipse.ditto.connectivity.service.messaging.validation.NoOpConnectivityCommandInterceptorProvider
client-actor-props-factory = org.eclipse.ditto.connectivity.service.messaging.DefaultClientActorPropsFactory
// allow localhost in unit tests
blocked-hostnames = ""

Expand Down

0 comments on commit dbbb7d3

Please sign in to comment.