Skip to content

Commit 4c2c8a4

Browse files
committed
fix linter
1 parent c6d1ce3 commit 4c2c8a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/templates/kuttl/smoke/30_test-metrics.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
response = requests.get(metrics_url)
66

77
assert response.status_code == 200, "Metrics endpoint must return a 200 status code"
8-
assert "bundle_loaded_counter" in response.text, \
8+
assert "bundle_loaded_counter" in response.text, (
99
f"Metric bundle_loaded_counter should exist in {metrics_url}"
10-
10+
)
1111
print("Metrics test successful!")

0 commit comments

Comments
 (0)