diff --git a/pillar/tests/config_testing.py b/pillar/tests/config_testing.py index f0f4ba21..04555821 100644 --- a/pillar/tests/config_testing.py +++ b/pillar/tests/config_testing.py @@ -35,3 +35,8 @@ OAUTH_CREDENTIALS = { 'secret': 'google-secret' } } + +ELASTIC_INDICES = { + 'NODE': 'test_nodes', + 'USER': 'test_users', +}