diff --git a/tests/qunit/fixtures/wp-api-generated.js b/tests/qunit/fixtures/wp-api-generated.js index a7f253282f..23a2fb918b 100644 --- a/tests/qunit/fixtures/wp-api-generated.js +++ b/tests/qunit/fixtures/wp-api-generated.js @@ -388,7 +388,16 @@ mockedApiResponse.Schema = { "format": { "required": false, "enum": [ - "standard" + "standard", + "aside", + "chat", + "gallery", + "link", + "image", + "quote", + "status", + "video", + "audio" ], "description": "The format for the object.", "type": "string" @@ -562,7 +571,16 @@ mockedApiResponse.Schema = { "format": { "required": false, "enum": [ - "standard" + "standard", + "aside", + "chat", + "gallery", + "link", + "image", + "quote", + "status", + "video", + "audio" ], "description": "The format for the object.", "type": "string"