We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6d1ce3 commit 4c2c8a4Copy full SHA for 4c2c8a4
tests/templates/kuttl/smoke/30_test-metrics.py
@@ -5,7 +5,7 @@
5
response = requests.get(metrics_url)
6
7
assert response.status_code == 200, "Metrics endpoint must return a 200 status code"
8
-assert "bundle_loaded_counter" in response.text, \
+assert "bundle_loaded_counter" in response.text, (
9
f"Metric bundle_loaded_counter should exist in {metrics_url}"
10
-
+)
11
print("Metrics test successful!")
0 commit comments