Skip to content
Prev Previous commit
Next Next commit
Adjust fixture
  • Loading branch information
ellatrix committed Oct 21, 2025
commit ce98ab9588518ec2a19406e6d1c5679e854f49dd
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 @@ -21,7 +21,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