jscheffl commented on code in PR #43115:
URL: https://github.com/apache/airflow/pull/43115#discussion_r1805452922
##########
providers/tests/edge/cli/test_edge_command.py:
##########
@@ -27,27 +27,20 @@
from airflow.exceptions import AirflowException
from airflow.providers.edge.cli.edge_command import (
_EdgeWorkerCli,
- _get_sysinfo,
_Job,
)
from airflow.providers.edge.models.edge_job import EdgeJob
from airflow.providers.edge.models.edge_worker import EdgeWorker,
EdgeWorkerState
from airflow.utils.state import TaskInstanceState
-from tests_common.test_utils.config import conf_vars
+from dev.tests_common.test_utils.config import conf_vars
Review Comment:
This has moved yesterday, please adjust - else tests will fail.
```suggestion
from tests_common.test_utils.config import conf_vars
```
--
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]