Skip to content

Commit 5140e44

Browse files
committed
Tests: Remove erroneous connector fixtures from merge artifact
The connectors API key entries in wp-api-generated.js were incorrectly carried over during the trunk merge. Trunk does not include them in the generated fixtures since the settings are dynamically registered and not present in the CI test context.
1 parent 9bcbfe6 commit 5140e44

1 file changed

Lines changed: 0 additions & 21 deletions

File tree

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

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -11067,24 +11067,6 @@ mockedApiResponse.Schema = {
1106711067
"PATCH"
1106811068
],
1106911069
"args": {
11070-
"connectors_ai_anthropic_api_key": {
11071-
"title": "Anthropic API Key",
11072-
"description": "API key for the Anthropic AI provider.",
11073-
"type": "string",
11074-
"required": false
11075-
},
11076-
"connectors_ai_google_api_key": {
11077-
"title": "Google API Key",
11078-
"description": "API key for the Google AI provider.",
11079-
"type": "string",
11080-
"required": false
11081-
},
11082-
"connectors_ai_openai_api_key": {
11083-
"title": "OpenAI API Key",
11084-
"description": "API key for the OpenAI AI provider.",
11085-
"type": "string",
11086-
"required": false
11087-
},
1108811070
"title": {
1108911071
"title": "Title",
1109011072
"description": "Site title.",
@@ -14873,9 +14855,6 @@ mockedApiResponse.CommentModel = {
1487314855
};
1487414856

1487514857
mockedApiResponse.settings = {
14876-
"connectors_ai_anthropic_api_key": "",
14877-
"connectors_ai_google_api_key": "",
14878-
"connectors_ai_openai_api_key": "",
1487914858
"title": "Test Blog",
1488014859
"description": "",
1488114860
"url": "http://example.org",

0 commit comments

Comments
 (0)