mirror of
https://github.com/ansible/awx.git
synced 2026-01-24 16:01:20 -03:30
5 lines
247 B
Python
5 lines
247 B
Python
# Ensure that our autouse overwrites are working
|
|
def test_cache(settings):
|
|
assert settings.CACHES['default']['BACKEND'] == 'django.core.cache.backends.locmem.LocMemCache'
|
|
assert settings.CACHES['default']['LOCATION'].startswith('unique-')
|