RosterIn commented on a change in pull request #13549:
URL: https://github.com/apache/airflow/pull/13549#discussion_r576406027
##########
File path: tests/upgrade/rules/test_undefined_jinja_varaibles.py
##########
@@ -190,9 +215,16 @@ def test_invalid_check(self):
"dict object['undefined'] NestedTemplateField=att1
NestedTemplateField=nested1",
"Possible UndefinedJinjaVariable -> DAG:
test-undefined-jinja-variables, "
"Task: templated_string, Attribute: env, Error: no such element:
dict object['element']",
+ "Possible UndefinedJinjaVariable -> DAG:
test-undefined-jinja-variables, "
+ "Task: miscellaneous_exception, Attribute: bash_command, "
+ "Error: 'NoneType' object is not iterable",
Review comment:
```suggestion
"Error: 'NoneType' object is not iterable, "
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]