mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-11 16:53:10 +00:00
parent
be2b5a7981
commit
4336ada482
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue