Skip to content

Commit 81a4100

Browse files
Tests: Update REST API JS fixture for connectors settings
1 parent e26814d commit 81a4100

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11064,6 +11064,24 @@ mockedApiResponse.Schema = {
1106411064
"PATCH"
1106511065
],
1106611066
"args": {
11067+
"connectors_gemini_api_key": {
11068+
"title": "",
11069+
"description": "",
11070+
"type": "string",
11071+
"required": false
11072+
},
11073+
"connectors_openai_api_key": {
11074+
"title": "",
11075+
"description": "",
11076+
"type": "string",
11077+
"required": false
11078+
},
11079+
"connectors_anthropic_api_key": {
11080+
"title": "",
11081+
"description": "",
11082+
"type": "string",
11083+
"required": false
11084+
},
1106711085
"title": {
1106811086
"title": "Title",
1106911087
"description": "Site title.",
@@ -14634,6 +14652,9 @@ mockedApiResponse.CommentModel = {
1463414652
};
1463514653

1463614654
mockedApiResponse.settings = {
14655+
"connectors_gemini_api_key": "",
14656+
"connectors_openai_api_key": "",
14657+
"connectors_anthropic_api_key": "",
1463714658
"title": "Test Blog",
1463814659
"description": "",
1463914660
"url": "http://example.org",

0 commit comments

Comments
 (0)