From 32793fd0f534729837ef9ba262dbf9b8c162bbbf Mon Sep 17 00:00:00 2001 From: r-vasquez Date: Wed, 2 Oct 2024 14:14:51 -0700 Subject: [PATCH] tests: fix rpk generate test The dashboard title changed. (cherry picked from commit c420a5b42b423361b5aa26dc9307018f28ffb7b2) --- tests/rptest/tests/rpk_generate_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/rptest/tests/rpk_generate_test.py b/tests/rptest/tests/rpk_generate_test.py index c47f8fc985b32..e6560a8731cd6 100644 --- a/tests/rptest/tests/rpk_generate_test.py +++ b/tests/rptest/tests/rpk_generate_test.py @@ -31,7 +31,7 @@ def test_generate_grafana(self): # dashboard is the dictionary of the current dashboards and their title. dashboards = { "operations": "Redpanda Ops Dashboard", - "consumer-metrics": "Kafka Consumer", + "consumer-metrics": "Kafka Java Consumer", "consumer-offsets": "Kafka Consumer Offsets", "topic-metrics": "Kafka Topic Metrics" }