KL-2300032590 commented on code in PR #61235:
URL: https://github.com/apache/airflow/pull/61235#discussion_r2749199589


##########
providers/postgres/tests/unit/postgres/hooks/test_postgres.py:
##########
@@ -1272,3 +1272,7 @@ def test_dialect_name(self):
 
     def test_dialect(self):
         assert isinstance(self.db_hook.dialect, PostgresDialect)
+
+    def test_postgres_hook_invalid_conn_id():

Review Comment:
   This is a standalone pytest function, so self isn’t required here.



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