uranusjr commented on code in PR #33645:
URL: https://github.com/apache/airflow/pull/33645#discussion_r1304030314
##########
tests/models/test_taskinstance.py:
##########
@@ -2890,6 +2890,33 @@ def test_echo_env_variables(self, dag_maker):
ti.refresh_from_db()
assert ti.state == State.SUCCESS
+ def test_context_inside_template(self, dag_maker):
Review Comment:
```suggestion
def test_get_current_context_works_in_template(self, dag_maker):
```
Make it clearer what this test validates
--
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]