Skip to content

Commit f2a5ae1

Browse files
committed
Fix qunit fixtures
1 parent 0ed5234 commit f2a5ae1

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
@@ -21,7 +21,13 @@ mockedApiResponse.Schema = {
2121
"wp-site-health/v1",
2222
"wp-block-editor/v1"
2323
],
24-
"authentication": [],
24+
"authentication": {
25+
"application-passwords": {
26+
"endpoints": {
27+
"authorization": "http://example.org/wp-admin/authorize-application.php"
28+
}
29+
}
30+
},
2531
"routes": {
2632
"/": {
2733
"namespace": "",

0 commit comments

Comments
 (0)