hankehly commented on code in PR #32760:
URL: https://github.com/apache/airflow/pull/32760#discussion_r1276919672


##########
tests/providers/google/cloud/hooks/test_gcs.py:
##########
@@ -503,7 +503,7 @@ def test_delete_bucket(self, mock_service):
 
         self.gcs_hook.delete_bucket(bucket_name=test_bucket)
 
-        mock_service.return_value.bucket.assert_called_once_with(test_bucket)
+        mock_service.return_value.bucket.assert_called_once_with(test_bucket, 
user_project=None)

Review Comment:
   Yeah I thought it was a little silly, but the assertion method recognizes 
the difference between specifying `None` upfront and leaving it as the default 
value. I only updated this code because [CI tests were 
failing](https://github.com/apache/airflow/actions/runs/5629458795/job/15254477215).



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