Skip to content

Commit

Permalink
tests: fix rpk generate test
Browse files Browse the repository at this point in the history
The dashboard title changed.
  • Loading branch information
r-vasquez committed Oct 2, 2024
1 parent cc73441 commit c420a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rptest/tests/rpk_generate_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit c420a5b

Please sign in to comment.