Elastic: use different indices when running unit tests.

This commit is contained in:
2018-01-03 18:34:55 +01:00
parent 520f327f5a
commit 96428d3c73

View File

@@ -35,3 +35,8 @@ OAUTH_CREDENTIALS = {
'secret': 'google-secret' 'secret': 'google-secret'
} }
} }
ELASTIC_INDICES = {
'NODE': 'test_nodes',
'USER': 'test_users',
}