From df716454a36dfafc8f84910081fe800831e77e16 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 29 Oct 2020 01:00:12 +0000 Subject: [PATCH] REST API: Regenerate test fixtures after [49334]. Props garrett-eclipse. Fixes #51638. git-svn-id: https://develop.svn.wordpress.org/trunk@49368 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/qunit/fixtures/wp-api-generated.js | 42 ++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/tests/qunit/fixtures/wp-api-generated.js b/tests/qunit/fixtures/wp-api-generated.js index 868d87623a..94e7efcfb5 100644 --- a/tests/qunit/fixtures/wp-api-generated.js +++ b/tests/qunit/fixtures/wp-api-generated.js @@ -6138,6 +6138,48 @@ mockedApiResponse.Schema = { ] } }, + "/wp-site-health/v1/tests/authorization-header": { + "namespace": "wp-site-health/v1", + "methods": [ + "GET" + ], + "endpoints": [ + { + "methods": [ + "GET" + ], + "args": [] + } + ], + "_links": { + "self": [ + { + "href": "http://example.org/index.php?rest_route=/wp-site-health/v1/tests/authorization-header" + } + ] + } + }, + "/wp-site-health/v1/tests/authorization-header": { + "namespace": "wp-site-health/v1", + "methods": [ + "GET" + ], + "endpoints": [ + { + "methods": [ + "GET" + ], + "args": [] + } + ], + "_links": { + "self": [ + { + "href": "http://example.org/index.php?rest_route=/wp-site-health/v1/tests/authorization-header" + } + ] + } + }, "/wp-site-health/v1/directory-sizes": { "namespace": "wp-site-health/v1", "methods": [