diff --git a/pillar/tests/config_testing.py b/pillar/tests/config_testing.py index 4c9d03a9..a3f601b9 100644 --- a/pillar/tests/config_testing.py +++ b/pillar/tests/config_testing.py @@ -44,3 +44,5 @@ ELASTIC_INDICES = { # MUST be 8 characters long, see pillar.flask_extra.HashedPathConverter STATIC_FILE_HASH = 'abcd1234' + +CACHE_NO_NULL_WARNING = True