From d88599f76c9de046c0e88bc9b1831d683fbb4567 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Fri, 10 Oct 2025 21:37:28 +0200 Subject: [PATCH] Added 'to_nice_json' exception --- tests/integration/test_filters_are_defined.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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",