We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a931561 commit 409f90fCopy full SHA for 409f90f
1 file changed
tests/phpunit/tests/rest-api/rest-settings-controller.php
@@ -120,6 +120,10 @@ public function test_get_items() {
120
'default_comment_status',
121
'site_icon', // Registered in wp-includes/blocks/site-logo.php
122
'wp_enable_real_time_collaboration',
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'
127
);
128
129
if ( ! is_multisite() ) {
0 commit comments