Skip to content

Commit ecf0d4e

Browse files
gzioloclaude
andcommitted
Tests: Sort connector provider keys alphabetically in REST API fixtures.
Co-Authored-By: Claude Opus 4.6 <[email protected]>
1 parent 1aec060 commit ecf0d4e

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11065,6 +11065,12 @@ mockedApiResponse.Schema = {
1106511065
"PATCH"
1106611066
],
1106711067
"args": {
11068+
"connectors_ai_anthropic_api_key": {
11069+
"title": "Anthropic API Key",
11070+
"description": "API key for the Anthropic AI provider.",
11071+
"type": "string",
11072+
"required": false
11073+
},
1106811074
"connectors_ai_google_api_key": {
1106911075
"title": "Google API Key",
1107011076
"description": "API key for the Google AI provider.",
@@ -11077,12 +11083,6 @@ mockedApiResponse.Schema = {
1107711083
"type": "string",
1107811084
"required": false
1107911085
},
11080-
"connectors_ai_anthropic_api_key": {
11081-
"title": "Anthropic API Key",
11082-
"description": "API key for the Anthropic AI provider.",
11083-
"type": "string",
11084-
"required": false
11085-
},
1108611086
"title": {
1108711087
"title": "Title",
1108811088
"description": "Site title.",
@@ -14653,9 +14653,9 @@ mockedApiResponse.CommentModel = {
1465314653
};
1465414654

1465514655
mockedApiResponse.settings = {
14656+
"connectors_ai_anthropic_api_key": "",
1465614657
"connectors_ai_google_api_key": "",
1465714658
"connectors_ai_openai_api_key": "",
14658-
"connectors_ai_anthropic_api_key": "",
1465914659
"title": "Test Blog",
1466014660
"description": "",
1466114661
"url": "http://example.org",

0 commit comments

Comments
 (0)