diff --git a/tests/qunit/fixtures/wp-api-generated.js b/tests/qunit/fixtures/wp-api-generated.js index 8e3a7fb991..9566fb0ded 100644 --- a/tests/qunit/fixtures/wp-api-generated.js +++ b/tests/qunit/fixtures/wp-api-generated.js @@ -3761,7 +3761,7 @@ mockedApiResponse.Schema = { "required": false }, "object": { - "description": "The type of object originally represented, such as \"category,\" \"post\", or \"attachment.\"", + "description": "The type of object originally represented, such as \"category\", \"post\", or \"attachment\".", "type": "string", "required": false }, @@ -3949,7 +3949,7 @@ mockedApiResponse.Schema = { "required": false }, "object": { - "description": "The type of object originally represented, such as \"category,\" \"post\", or \"attachment.\"", + "description": "The type of object originally represented, such as \"category\", \"post\", or \"attachment\".", "type": "string", "required": false }, @@ -4134,7 +4134,7 @@ mockedApiResponse.Schema = { "required": false }, "object": { - "description": "The type of object originally represented, such as \"category,\" \"post\", or \"attachment.\"", + "description": "The type of object originally represented, such as \"category\", \"post\", or \"attachment\".", "type": "string", "required": false },