mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Upgrade linter (#4461)
This commit is contained in:
@@ -341,7 +341,7 @@ def test_template_complex():
|
||||
1, 'Hello',
|
||||
'{{ beer }}',
|
||||
'{% if 1 == 1 %}Hello{% else %}World{% endif %}',
|
||||
{'test': 1, 'test': '{{ beer }}'},
|
||||
{'test': 1, 'test2': '{{ beer }}'},
|
||||
['{{ beer }}', 1]
|
||||
):
|
||||
schema(value)
|
||||
|
||||
Reference in New Issue
Block a user