OmairK commented on a change in pull request #9273:
URL: https://github.com/apache/airflow/pull/9273#discussion_r439739463



##########
File path: tests/api_connexion/endpoints/test_variable_endpoint.py
##########
@@ -16,9 +16,10 @@
 # under the License.
 import unittest
 
-import pytest
-
+from airflow.models import Variable
+from airflow.utils.session import create_session
 from airflow.www import app
+from tests.test_utils.db import clear_db_connections

Review comment:
       ```suggestion
   from tests.test_utils.db import clear_db_variables
   ```




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to