mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-15 01:20:59 +00:00
[API][Admin] Improve responses for Product Association Type contract tests
This commit is contained in:
parent
2500f60092
commit
3b577201a1
4 changed files with 5 additions and 5 deletions
|
|
@ -9,7 +9,7 @@
|
|||
"updatedAt": "@string@",
|
||||
"translations": {
|
||||
"en_US": {
|
||||
"@id": "\/api\/v2\/admin\/product-association-types\/similar_products\/translations\/@string@",
|
||||
"@id": "\/api\/v2\/admin\/product-association-types\/similar_products\/translations\/en_US",
|
||||
"@type": "ProductAssociationTypeTranslation",
|
||||
"name": "Similar products"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
"updatedAt": "@string@",
|
||||
"translations": {
|
||||
"en_US": {
|
||||
"@id": "\/api\/v2\/admin\/product-association-types\/similar_products\/translations\/@string@",
|
||||
"@id": "\/api\/v2\/admin\/product-association-types\/similar_products\/translations\/en_US",
|
||||
"@type": "ProductAssociationTypeTranslation",
|
||||
"name": "Similar products"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
"updatedAt": "@string@",
|
||||
"translations": {
|
||||
"en_US": {
|
||||
"@id": "\/api\/v2\/admin\/product-association-types\/TEST\/translations\/@string@",
|
||||
"@id": "\/api\/v2\/admin\/product-association-types\/TEST\/translations\/en_US",
|
||||
"@type": "ProductAssociationTypeTranslation",
|
||||
"name": "test"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,12 +9,12 @@
|
|||
"updatedAt": "@string@",
|
||||
"translations": {
|
||||
"de_DE": {
|
||||
"@id": "\/api\/v2\/admin\/product-association-types\/similar_products\/translations\/@string@",
|
||||
"@id": "\/api\/v2\/admin\/product-association-types\/similar_products\/translations\/de_DE",
|
||||
"@type": "ProductAssociationTypeTranslation",
|
||||
"name": "test"
|
||||
},
|
||||
"en_US": {
|
||||
"@id": "\/api\/v2\/admin\/product-association-types\/similar_products\/translations\/@string@",
|
||||
"@id": "\/api\/v2\/admin\/product-association-types\/similar_products\/translations\/en_US",
|
||||
"@type": "ProductAssociationTypeTranslation",
|
||||
"name": "Similar products"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue