xinbinhuang commented on a change in pull request #15250:
URL: https://github.com/apache/airflow/pull/15250#discussion_r615353159
##########
File path: tests/providers/google/cloud/operators/test_dataproc.py
##########
@@ -144,6 +144,26 @@ def test_image_version(self):
)
assert "custom_image and image_version" in str(ctx.value)
+ def test_custom_image_family_1(self):
Review comment:
Let's give it a more meaningful test name
```suggestion
def test_custom_image_family_error_with_image_version(self):
```
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]