mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-27 07:54:28 +00:00
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
This commit is contained in:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user