Skip to content

Commit 40865ae

Browse files
committed
fixing test
1 parent 536874e commit 40865ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/settings/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class CommunityTestSettings(CommunityDevSettings):
1818
TEMPLATE_DEBUG = False
1919
ES_PAGE_IGNORE_SIGNALS = False
2020
ELASTICSEARCH_DSL_AUTOSYNC = False
21-
ELASTICSEARCH_DSL_AUTO_REFRESH = False
21+
ELASTICSEARCH_DSL_AUTO_REFRESH = True
2222

2323
@property
2424
def ES_INDEXES(self): # noqa - avoid pep8 N802

0 commit comments

Comments
 (0)