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 f952b19 commit a5fbfabCopy full SHA for a5fbfab
1 file changed
tests/templates/kuttl/mount-dags-configmap/70-assert.yaml.j2
@@ -19,7 +19,7 @@ commands:
19
# has to be declared.
20
# See https://github.com/apache/airflow/pull/52581.
21
CURL_RESPONSE=$(
22
- kubectl -n $NAMESPACE exec airflow-webserver-default-0 -- sh -c 'CODE=$(curl -s -o /dev/null -w "%{http_code}" http://airflow-worker-default-headless:8793/log/log 2>/dev/null || true);echo "$CODE"'
+ kubectl -n $NAMESPACE exec airflow-webserver-default-0 -- sh -c 'CODE=$(curl -s -o /dev/null -w "%{http_code}" http://airflow-worker-default-headless:8793/log 2>/dev/null || true);echo "$CODE"'
23
)
24
25
# Log-Endpoint Test Assertion:
0 commit comments