vincbeck commented on code in PR #61441:
URL: https://github.com/apache/airflow/pull/61441#discussion_r2764607095


##########
providers/amazon/tests/unit/amazon/aws/hooks/test_eks.py:
##########
@@ -1318,3 +1320,68 @@ def assert_is_valid_uri(value: str) -> None:
 
     assert all([result.scheme, result.netloc, result.path])
     assert REGION in value
+
+
+class TestEksHookShellCompatibility:

Review Comment:
   I find these tests too much for the change. Can you reduce the tests to one 
(or even 0 test for change would make sense to me)



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