From ec8734bc2e2a5edabe2c7866278746a219079c72 Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Mon, 22 Jan 2018 06:33:02 +0000 Subject: [PATCH] REST API: Update the fixture data for `wp-api.js` tests following [42359]. Props danielbachhuber. See #41014. git-svn-id: https://develop.svn.wordpress.org/trunk@42540 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/qunit/fixtures/wp-api-generated.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tests/qunit/fixtures/wp-api-generated.js b/tests/qunit/fixtures/wp-api-generated.js index d0882f3249..583843fbc1 100644 --- a/tests/qunit/fixtures/wp-api-generated.js +++ b/tests/qunit/fixtures/wp-api-generated.js @@ -3367,6 +3367,11 @@ mockedApiResponse.Schema = { ], "description": "Allow people to post comments on new articles.", "type": "string" + }, + "permalink_structure": { + "required": false, + "description": "Custom URL structure for permalinks and archives.", + "type": "string" } } } @@ -4528,5 +4533,6 @@ mockedApiResponse.settings = { "default_post_format": "0", "posts_per_page": 10, "default_ping_status": "open", - "default_comment_status": "open" + "default_comment_status": "open", + "permalink_structure": null };