Fix Elasticsearch tests on Django 2.0

Fixes #4137
pull/4139/head
Karl Hobley 2017-12-15 14:21:25 +00:00 zatwierdzone przez Matt Westcott
rodzic be2b5a7981
commit 4336ada482
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -105,7 +105,7 @@ class ElasticsearchCommonSearchBackendTests:
def test_update_index_command_schema_only(self):
management.call_command(
'update_index', backend_name=self.backend_name, schema_only=True, interactive=False, stdout=StringIO()
'update_index', backend_name=self.backend_name, schema_only=True, stdout=StringIO()
)
# This should not give any results