Skip to content

Commit 300afe4

Browse files
gzioloclaude
andcommitted
Tests: Update REST API generated fixtures for connector provider name changes.
Co-Authored-By: Claude Opus 4.6 <[email protected]>
1 parent 99d3285 commit 300afe4

1 file changed

Lines changed: 12 additions & 5 deletions

File tree

tests/qunit/fixtures/wp-api-generated.js

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11065,8 +11065,8 @@ mockedApiResponse.Schema = {
1106511065
],
1106611066
"args": {
1106711067
"connectors_ai_google_api_key": {
11068-
"title": "Google API Key",
11069-
"description": "API key for the Google AI provider.",
11068+
"title": "Gemini API Key",
11069+
"description": "API key for the Gemini AI provider.",
1107011070
"type": "string",
1107111071
"required": false
1107211072
},
@@ -11077,8 +11077,8 @@ mockedApiResponse.Schema = {
1107711077
"required": false
1107811078
},
1107911079
"connectors_ai_anthropic_api_key": {
11080-
"title": "Anthropic API Key",
11081-
"description": "API key for the Anthropic AI provider.",
11080+
"title": "Claude API Key",
11081+
"description": "API key for the Claude AI provider.",
1108211082
"type": "string",
1108311083
"required": false
1108411084
},
@@ -11217,6 +11217,12 @@ mockedApiResponse.Schema = {
1121711217
"description": "Site icon.",
1121811218
"type": "integer",
1121911219
"required": false
11220+
},
11221+
"connectors_ai_mock_connectors_test_api_key": {
11222+
"title": "Mock Connectors Test API Key",
11223+
"description": "API key for the Mock Connectors Test AI provider.",
11224+
"type": "string",
11225+
"required": false
1122011226
}
1122111227
}
1122211228
}
@@ -14675,5 +14681,6 @@ mockedApiResponse.settings = {
1467514681
"default_ping_status": "open",
1467614682
"default_comment_status": "open",
1467714683
"site_logo": null,
14678-
"site_icon": 0
14684+
"site_icon": 0,
14685+
"connectors_ai_mock_connectors_test_api_key": ""
1467914686
};

0 commit comments

Comments
 (0)