uranusjr commented on code in PR #29732:
URL: https://github.com/apache/airflow/pull/29732#discussion_r1128979577


##########
tests/providers/amazon/aws/hooks/test_emr.py:
##########
@@ -174,13 +175,22 @@ def test_emr_connection(self, aws_conn_id, emr_conn_id):
     def test_get_cluster_id_by_name(self):
         """
         Test that we can resolve cluster id by cluster name.
+        Create 50 clusters with the range 1-50 appended and create a duplicate 
of index 1
+        to test logic.

Review Comment:
   ```suggestion
   
           Create 50 clusters with the range 1-50 appended and create a 
duplicate of index 1
           to test logic.
   ```



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