idrisakorede commented on code in PR #61441:
URL: https://github.com/apache/airflow/pull/61441#discussion_r2765247572
##########
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:
@vincbeck You're right! I've simplified the tests to just one assertion that
verifies we're using the POSIX-compliant dot operator instead of 'source'. This
should be sufficient to prevent regression while keeping the test suite lean.
--
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]