diff --git a/tests/php/features/TestSearch.php b/tests/php/features/TestSearch.php index 883d9fe300..3446e8cda0 100644 --- a/tests/php/features/TestSearch.php +++ b/tests/php/features/TestSearch.php @@ -347,7 +347,7 @@ public function test_get_settings_schema() { $settings_keys = wp_list_pluck( $settings_schema, 'key' ); - $expected = [ 'active', 'decaying_enabled', 'highlight_enabled', 'highlight_tag', 'highlight_excerpt', 'synonyms_editor_mode' ]; + $expected = [ 'active', 'decaying_enabled', 'highlight_enabled', 'highlight_excerpt', 'highlight_tag', 'synonyms_editor_mode' ]; if ( ! is_multisite() ) { $expected[] = 'additional_links'; }