mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-24 10:58:52 +01:00
Added ElasticSearch configuration to tests
This commit is contained in:
parent
057701bba9
commit
8f3b846e6c
@ -61,7 +61,13 @@ if not settings.configured:
|
||||
'wagtail.wagtailembeds',
|
||||
'wagtail.wagtailsearch',
|
||||
'wagtail.wagtailredirects',
|
||||
]
|
||||
],
|
||||
WAGTAILSEARCH_BACKENDS = {
|
||||
'default': {
|
||||
'BACKEND': 'wagtail.wagtailsearch.backends.elasticsearch.ElasticSearch',
|
||||
'RUN_TESTS': True,
|
||||
}
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user