hussein-awala commented on code in PR #32500:
URL: https://github.com/apache/airflow/pull/32500#discussion_r1258918530
##########
tests/providers/google/cloud/hooks/test_dataproc.py:
##########
@@ -939,6 +941,8 @@ async def test_list_batches(self, mock_client):
parent=PARENT.format(GCP_PROJECT, GCP_LOCATION),
page_size=None,
page_token=None,
+ filter_=None,
+ order_by=None,
Review Comment:
```suggestion
filter=None,
order_by=None,
```
##########
tests/providers/google/cloud/hooks/test_dataproc.py:
##########
@@ -491,6 +491,8 @@ def test_list_batches(self, mock_client):
parent=PARENT.format(GCP_PROJECT, GCP_LOCATION),
page_size=None,
page_token=None,
+ filter_=None,
+ order_by=None,
Review Comment:
```suggestion
filter=None,
order_by=None,
```
--
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]