diff --git a/tests/qunit/fixtures/wp-api-generated.js b/tests/qunit/fixtures/wp-api-generated.js
index d0882f3249..583843fbc1 100644
|
a
|
b
|
mockedApiResponse.Schema = { |
| 3367 | 3367 | ], |
| 3368 | 3368 | "description": "Allow people to post comments on new articles.", |
| 3369 | 3369 | "type": "string" |
| | 3370 | }, |
| | 3371 | "permalink_structure": { |
| | 3372 | "required": false, |
| | 3373 | "description": "Custom URL structure for permalinks and archives.", |
| | 3374 | "type": "string" |
| 3370 | 3375 | } |
| 3371 | 3376 | } |
| 3372 | 3377 | } |
| … |
… |
mockedApiResponse.settings = { |
| 4528 | 4533 | "default_post_format": "0", |
| 4529 | 4534 | "posts_per_page": 10, |
| 4530 | 4535 | "default_ping_status": "open", |
| 4531 | | "default_comment_status": "open" |
| | 4536 | "default_comment_status": "open", |
| | 4537 | "permalink_structure": null |
| 4532 | 4538 | }; |