dabla commented on code in PR #38707:
URL: https://github.com/apache/airflow/pull/38707#discussion_r1560917676


##########
tests/providers/common/sql/hooks/test_sql.py:
##########
@@ -251,3 +252,12 @@ def 
test_make_common_data_structure_no_deprecated_method(self):
     def test_placeholder_config_from_extra(self):
         dbapi_hook = mock_hook(DbApiHook, conn_params={"extra": 
{"placeholder": "?"}})
         assert dbapi_hook.placeholder == "?"
+
+    def test_suppress_and_warn_when_raised_exception_is_suppressed(self):

Review Comment:
   done



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