Skip to content

Commit

Permalink
Fix unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakePT committed Oct 24, 2023
1 parent d417bc0 commit f134336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/php/features/TestSearch.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
}
Expand Down

0 comments on commit f134336

Please sign in to comment.