Skip to content

Commit

Permalink
regenerate WP_Test_REST_Schema_Initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed Jul 24, 2023
1 parent 79ca1df commit 8b03cfa
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tests/qunit/fixtures/wp-api-generated.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,13 @@ mockedApiResponse.Schema = {
"wp-site-health/v1",
"wp-block-editor/v1"
],
"authentication": [],
"authentication": {
"application-passwords": {
"endpoints": {
"authorization": "http://example.org/wp-admin/authorize-application.php"
}
}
},
"routes": {
"/": {
"namespace": "",
Expand Down

0 comments on commit 8b03cfa

Please sign in to comment.