Skip to content

Commit e26814d

Browse files
lint fix
1 parent 409f90f commit e26814d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/phpunit/tests/rest-api/rest-settings-controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public function test_get_items() {
123123
// Connectors API keys are registered in _wp_register_default_connector_settings() in wp-includes/connectors.php.
124124
'connectors_anthropic_api_key',
125125
'connectors_gemini_api_key',
126-
'connectors_openai_api_key'
126+
'connectors_openai_api_key',
127127
);
128128

129129
if ( ! is_multisite() ) {

0 commit comments

Comments
 (0)