diff options
Diffstat (limited to 'runtime-acm')
-rw-r--r-- | runtime-acm/src/test/resources/application-prometheus-noauth.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime-acm/src/test/resources/application-prometheus-noauth.yaml b/runtime-acm/src/test/resources/application-prometheus-noauth.yaml index b34491124..e961df075 100644 --- a/runtime-acm/src/test/resources/application-prometheus-noauth.yaml +++ b/runtime-acm/src/test/resources/application-prometheus-noauth.yaml @@ -30,11 +30,11 @@ runtime: topic: POLICY-ACRUNTIME-PARTICIPANT servers: - localhost - topicCommInfrastructure: dmaap + topicCommInfrastructure: noop fetchTimeout: 15000 topicSinks: - - topicCommInfrastructure: dmaap + topicCommInfrastructure: noop servers: - localhost topic: POLICY-ACRUNTIME-PARTICIPANT |