eladkal commented on code in PR #38040:
URL: https://github.com/apache/airflow/pull/38040#discussion_r1520149533


##########
tests/providers/google/cloud/transfers/test_postgres_to_gcs.py:
##########
@@ -149,6 +150,25 @@ def test_exec_success_server_side_cursor(self, 
gcs_hook_mock_class):
         gcs_hook_mock.upload.side_effect = self._assert_uploaded_file_content
         op.execute(None)
 
+    @patch("airflow.providers.google.cloud.transfers.sql_to_gcs.GCSHook")
+    def test_exec_success_server_side_cursor_unique_name(self, 
gcs_hook_mock_class):
+        """
+        Test that the server side cursor unique name generator is sucessfull

Review Comment:
   ```suggestion
           Test that the server side cursor unique name generator is successful
   ```



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