Skip to content

Commit

Permalink
updated fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed Jun 23, 2023
1 parent 06962a2 commit d97362a
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 d97362a

Please sign in to comment.