Skip to content

Commit 78481b1

Browse files
committed
linter
1 parent d2ab894 commit 78481b1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
response = requests.get(metrics_url)
88

99
assert response.status_code == 200, "Metrics endpoint must return a 200 status code"
10-
assert "bundle_loaded_counter" in response.text, f"Metric bundle_loaded_counter should exist in {metrics_url}"
10+
assert "bundle_loaded_counter" in response.text,
11+
f"Metric bundle_loaded_counter should exist in {metrics_url}"
1112

1213
print("Metrics test successful!")

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,3 @@
4343
+ " - expected: {'result': {'hello': True}}"
4444
)
4545
exit(-1)
46-
47-
metrics = requests.get(f"{url}/metrics")

0 commit comments

Comments
 (0)