diff --git a/tests/test_templating.py b/tests/test_templating.py index e8f6221..1a66539 100644 --- a/tests/test_templating.py +++ b/tests/test_templating.py @@ -820,7 +820,6 @@ def test_put_null_in_map(self, test_render): """ test_render(template, ignore_whitespaces=True) - def test_dict_putall_items(self, test_render): template = ( "#set( $ignore = $test_dict.putAll({'k1': 'v3', 'k2': 'v2'}))"