diff --git a/tests/integration/test_filters_are_defined.py b/tests/integration/test_filters_are_defined.py index d8f1c7a7..16f84567 100644 --- a/tests/integration/test_filters_are_defined.py +++ b/tests/integration/test_filters_are_defined.py @@ -35,7 +35,10 @@ BUILTIN_FILTERS: Set[str] = { "from_yaml", "to_yaml", "combine", "difference", "intersect", "flatten", "zip", "regex_search", "regex_replace", "bool", "type_debug", "json_query", "mandatory", "hash", "checksum", - "lower", "upper", "capitalize", "unique", "dict2items", "items2dict", "password_hash", "path_join", "product", "quote", "split", "ternary", "to_nice_yaml", "tojson", + "lower", "upper", "capitalize", "unique", "dict2items", "items2dict", + "password_hash", "path_join", "product", "quote", "split", "ternary", "to_nice_yaml", + "tojson", "to_nice_json", + # Date/time-ish "strftime",