Skip to content

Commit 061d8be

Browse files
revert fixture change
1 parent 5c9ffea commit 061d8be

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tests/qunit/fixtures/wp-api-generated.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,13 @@ mockedApiResponse.Schema = {
2222
"wp-block-editor/v1",
2323
"wp-abilities/v1"
2424
],
25-
"authentication": [],
25+
"authentication": {
26+
"application-passwords": {
27+
"endpoints": {
28+
"authorization": "http://example.org/wp-admin/authorize-application.php"
29+
}
30+
}
31+
},
2632
"routes": {
2733
"/": {
2834
"namespace": "",

0 commit comments

Comments
 (0)