Skip to content

Commit

Permalink
OP-290: phpunit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jkindly committed Sep 3, 2024
1 parent 8a02c43 commit 8f349b8
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,22 @@
"@id": "/api/v2/shop/cms-plugin/collections/@integer@",
"@type": "Collection",
"id": "@integer@",
"code": "collection1-code"
"code": "collection1-code",
"type": "page"
},
{
"@id": "/api/v2/shop/cms-plugin/collections/@integer@",
"@type": "Collection",
"id": "@integer@",
"code": "collection2-code"
"code": "collection2-code",
"type": "block"
},
{
"@id": "/api/v2/shop/cms-plugin/collections/@integer@",
"@type": "Collection",
"id": "@integer@",
"code": "collection3-code"
"code": "collection3-code",
"type": "media"
}
],
"hydra:totalItems": 3
Expand Down

0 comments on commit 8f349b8

Please sign in to comment.