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


##########
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:
   ```suggestion
      @pytest.mark.db_test
       
@mock.patch("airflow.providers.microsoft.mssql.hooks.mssql.MsSqlHook.get_connection")
   ```



##########
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:
   ```suggestion
       @pytest.mark.db_test
       
@mock.patch("airflow.providers.microsoft.mssql.hooks.mssql.MsSqlHook.get_connection")
   ```



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