fix: Apply strict schema for all body and query parameters (#7624)
This commit is contained in:
@@ -90,7 +90,7 @@ medusaIntegrationTestRunner({
|
||||
})
|
||||
|
||||
const response = await api.get(
|
||||
`/admin/promotions/${createdPromotion.id}?fields=id,code&expand=`,
|
||||
`/admin/promotions/${createdPromotion.id}?fields=id,code`,
|
||||
adminHeaders
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user