Skip to content

Commit 928a672

Browse files
adwk67sbernauer
andauthored
Update tests/templates/kuttl/external-access/50-assert.yaml.j2
Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
1 parent 25a141e commit 928a672

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/templates/kuttl/external-access/50-assert.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ commands:
1313
# This is executed from the Webserver as JWT keys must be present.
1414
# A small server is started on each worker that serves the logs on its
1515
# 8793 port for the Webserver: we don't use the token as that is an
16-
# internal implementation, but check that the end-point is reachable,
16+
# internal implementation, but check that the endpoint is reachable,
1717
# indicated by a 403.
1818
CURL_RESPONSE=$(
1919
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 2>/dev/null || true);echo "$CODE"'

0 commit comments

Comments
 (0)