REST API: Remove accidentally duplicated key in test fixtures.
Follow-up to [49334], [49368]. See #51638. git-svn-id: https://develop.svn.wordpress.org/trunk@49370 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
886a9ddaa4
commit
6b2f57da36
@ -6159,27 +6159,6 @@ 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/directory-sizes": {
|
"/wp-site-health/v1/directory-sizes": {
|
||||||
"namespace": "wp-site-health/v1",
|
"namespace": "wp-site-health/v1",
|
||||||
"methods": [
|
"methods": [
|
||||||
|
Loading…
Reference in New Issue
Block a user