Make WordPress Core

Changeset 49370


Ignore:
Timestamp:
10/29/2020 01:32:52 AM (4 years ago)
Author:
SergeyBiryukov
Message:

REST API: Remove accidentally duplicated key in test fixtures.

Follow-up to [49334], [49368].

See #51638.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/qunit/fixtures/wp-api-generated.js

    r49368 r49370  
    61356135                    {
    61366136                        "href": "http://example.org/index.php?rest_route=/wp-site-health/v1/tests/dotorg-communication"
    6137                     }
    6138                 ]
    6139             }
    6140         },
    6141         "/wp-site-health/v1/tests/authorization-header": {
    6142             "namespace": "wp-site-health/v1",
    6143             "methods": [
    6144                 "GET"
    6145             ],
    6146             "endpoints": [
    6147                 {
    6148                     "methods": [
    6149                         "GET"
    6150                     ],
    6151                     "args": []
    6152                 }
    6153             ],
    6154             "_links": {
    6155                 "self": [
    6156                     {
    6157                         "href": "http://example.org/index.php?rest_route=/wp-site-health/v1/tests/authorization-header"
    61586137                    }
    61596138                ]
Note: See TracChangeset for help on using the changeset viewer.