potiuk commented on code in PR #44190:
URL: https://github.com/apache/airflow/pull/44190#discussion_r1854898618


##########
providers/tests/microsoft/mssql/hooks/test_mssql.py:
##########
@@ -265,3 +265,10 @@ def test_generate_insert_sql(self, get_connection):
             replace=True,
         )
         assert sql == load_file("resources", "replace.sql")
+
+    
@mock.patch("airflow.providers.microsoft.mssql.hooks.mssql.MsSqlHook.get_connection")

Review Comment:
   Likely you should mark your test as db_test -  it's failing now because it 
is trying to do some sqlalchemy operation in Non-Db environment.



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

Reply via email to