SameerMesiah97 commented on code in PR #73148:
URL: https://github.com/apache/airflow/pull/73148#discussion_r4019003165


##########
providers/google/tests/unit/google/cloud/hooks/test_stackdriver.py:
##########
@@ -102,6 +102,30 @@ def test_stackdriver_list_alert_policies(self, 
mock_policy_client, mock_get_cred
             metadata=(),
         )
 
+    @pytest.mark.parametrize(
+        ("format_", "expected_formatter"),
+        [
+            (None, lambda policy: policy),
+            ("dict", AlertPolicy.to_dict),
+            ("json", AlertPolicy.to_json),

Review Comment:
   nit: you can add IDs to each of these test cases. 



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