From a928272d05d9f17ece4002645e9c938c33721945 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Zi=C3=83=C2=B3=C3=85=E2=80=9Akowski?= Date: Wed, 29 May 2024 10:48:48 +0000 Subject: [PATCH] Tests: Update the generated fixture for REST API Follow-up [58227]. See #61137. git-svn-id: https://develop.svn.wordpress.org/trunk@58232 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/qunit/fixtures/wp-api-generated.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/qunit/fixtures/wp-api-generated.js b/tests/qunit/fixtures/wp-api-generated.js index 4494ae1088..c6fb0ee6cf 100644 --- a/tests/qunit/fixtures/wp-api-generated.js +++ b/tests/qunit/fixtures/wp-api-generated.js @@ -10856,13 +10856,13 @@ mockedApiResponse.Schema = { "required": false }, "site_logo": { - "title": "", + "title": "Logo", "description": "Site logo.", "type": "integer", "required": false }, "site_icon": { - "title": "", + "title": "Icon", "description": "Site icon.", "type": "integer", "required": false