Skip to content

Commit

Permalink
Tests: Update the qunit fixtures in wp-api-generated.js
Browse files Browse the repository at this point in the history
Adds the regenerated fixtures which includes `uniqueItems` in the `format` array in `mockedApiResponse.Schema`.

The fixture was regenerated by running the PHPUNit tests.
  • Loading branch information
carolinan committed Sep 11, 2024
1 parent 83eefcb commit 5fb2c49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/qunit/fixtures/wp-api-generated.js
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,7 @@ mockedApiResponse.Schema = {
"format": {
"description": "Limit result set to items assigned one or more given formats.",
"type": "array",
"uniqueItems": true,
"items": {
"enum": [
"standard",
Expand Down

0 comments on commit 5fb2c49

Please sign in to comment.