We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 409f90f commit e26814dCopy full SHA for e26814d
1 file changed
tests/phpunit/tests/rest-api/rest-settings-controller.php
@@ -123,7 +123,7 @@ public function test_get_items() {
123
// Connectors API keys are registered in _wp_register_default_connector_settings() in wp-includes/connectors.php.
124
'connectors_anthropic_api_key',
125
'connectors_gemini_api_key',
126
- 'connectors_openai_api_key'
+ 'connectors_openai_api_key',
127
);
128
129
if ( ! is_multisite() ) {
0 commit comments