From c263d2e56cd4bbd00d568bccd410e1cfb6ea25bc Mon Sep 17 00:00:00 2001 From: Timothy Jacobs Date: Mon, 21 Sep 2020 22:52:29 +0000 Subject: [PATCH] REST API: Regenerate test fixtures after [48982]. Props garrett-eclipse. Fixes #50805. git-svn-id: https://develop.svn.wordpress.org/trunk@49031 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/qunit/fixtures/wp-api-generated.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/qunit/fixtures/wp-api-generated.js b/tests/qunit/fixtures/wp-api-generated.js index 47f6e22a03..4d32c3f12b 100644 --- a/tests/qunit/fixtures/wp-api-generated.js +++ b/tests/qunit/fixtures/wp-api-generated.js @@ -4469,7 +4469,7 @@ mockedApiResponse.Schema = { "attributes": { "required": false, "default": [], - "description": "Attributes for the block", + "description": "Attributes for the block.", "type": "object" }, "post_id": { @@ -4563,12 +4563,12 @@ mockedApiResponse.Schema = { "args": { "name": { "required": false, - "description": "Block name", + "description": "Block name.", "type": "string" }, "namespace": { "required": false, - "description": "Block namespace", + "description": "Block namespace.", "type": "string" }, "context": {