Skip to content

Commit a5fbfab

Browse files
committed
correction
1 parent f952b19 commit a5fbfab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/templates/kuttl/mount-dags-configmap/70-assert.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ commands:
1919
# has to be declared.
2020
# See https://github.com/apache/airflow/pull/52581.
2121
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"'
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 2>/dev/null || true);echo "$CODE"'
2323
)
2424

2525
# Log-Endpoint Test Assertion:

0 commit comments

Comments
 (0)