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 bd8d7a4 commit ff8bb20Copy full SHA for ff8bb20
1 file changed
tests/templates/kuttl/mount-dags-gitsync/dag_metrics.py
@@ -81,7 +81,7 @@ def assert_metric(role, metric):
81
f"DAG from git-sync 0 run could not be triggered because of status code: {response_0.status_code}"
82
)
83
assert response_1.status_code == 200, (
84
- f"DAG from git-sync 1 run could not be triggered. {response_1.status_code}"
+ f"DAG from git-sync 1 run could not be triggered because of status code: {response_1.status_code}"
85
86
# Worker is not deployed with the kubernetes executor so retrieve success metric from scheduler
87
# (disable line-break flake checks)
0 commit comments