Silence warning of Flask-Caching about NULL cache during testing

This commit is contained in:
Sybren A. Stüvel 2018-08-29 15:23:34 +02:00
parent 5238e2c26d
commit 595bb48741

View File

@ -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