uranusjr commented on code in PR #43902: URL: https://github.com/apache/airflow/pull/43902#discussion_r1841702624
########## providers/tests/google/cloud/transfers/test_gcs_to_gcs.py: ########## @@ -495,10 +495,9 @@ def test_execute_with_empty_destination_bucket(self, mock_hook): with mock.patch.object(operator.log, "warning") as mock_warn: operator.execute(None) - mock_warn.assert_called_once_with( + mock_warn.assert_any_call( "destination_bucket is None. Defaulting it to source_bucket (%s)", TEST_BUCKET ) - assert operator.destination_bucket == operator.source_bucket Review Comment: This change does not look right? -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org