o-nikolas commented on code in PR #60606:
URL: https://github.com/apache/airflow/pull/60606#discussion_r2699684079
##########
task-sdk/tests/task_sdk/execution_time/test_cache.py:
##########
@@ -135,6 +139,35 @@ def test_independence_variable_connection(self):
with pytest.raises(SecretCache.NotPresentException):
SecretCache.get_variable("conn")
+ def test_independence_teams(self):
Review Comment:
nit:
|
```suggestion
def test_independent_teams(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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]