diff --git a/wagtail/search/tests/elasticsearch_common_tests.py b/wagtail/search/tests/elasticsearch_common_tests.py index 2d5f9815a..1dc3e6802 100644 --- a/wagtail/search/tests/elasticsearch_common_tests.py +++ b/wagtail/search/tests/elasticsearch_common_tests.py @@ -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