rawwar commented on code in PR #48181:
URL: https://github.com/apache/airflow/pull/48181#discussion_r2018848911
##########
kubernetes_tests/test_base.py:
##########
@@ -303,7 +301,7 @@ def ensure_dag_expected_state(self, host, logical_date,
dag_id, expected_final_s
# Maybe check if we can retrieve the logs, but then we need to extend
the API
def start_dag(self, dag_id, host):
- patch_string = f"http://{host}/api/v2/dags/{dag_id}"
+ patch_string = f"http://{host}/dags/{dag_id}"
Review Comment:
```suggestion
patch_string = f"http://{host}/api/v2/dags/{dag_id}"
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]