From b75c36362e7f64577733255f6c80757e05ea0bed Mon Sep 17 00:00:00 2001 From: rameshiyer27 Date: Fri, 2 Feb 2024 17:40:15 +0000 Subject: Remove Dmaap from clamp Issue-ID: POLICY-4402 Signed-off-by: rameshiyer27 Change-Id: Ic281bc3845622a7c8b76107bb418158d8f389034 --- runtime-acm/src/test/resources/application-prometheus-noauth.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime-acm/src') 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 -- cgit 1.2.3-korg