Skip to content

Commit 1889155

Browse files
committed
fixed arguments for logging test
1 parent 92b8cdd commit 1889155

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/templates/kuttl/logging/51-assert.yaml.j2

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@ commands:
1111
{% set airflow_version = test_scenario['values']['airflow'] %}
1212
{% endif %}
1313
- script: |
14-
kubectl exec -n $NAMESPACE test-airflow-python-0 -- python /tmp/health.py --role-group automatic-log-config --airflow-version "{{ airflow_version }}"
15-
kubectl exec -n $NAMESPACE test-airflow-python-0 -- python /tmp/health.py --role-group custom-log-config --airflow-version "{{ airflow_version }}"
16-
14+
kubectl exec -n $NAMESPACE test-airflow-python-0 -- python /tmp/health.py --airflow-version "{{ airflow_version }}"
15+
kubectl exec -n $NAMESPACE test-airflow-python-0 -- python /tmp/health.py --airflow-version "{{ airflow_version }}"

0 commit comments

Comments
 (0)