fix: Apply strict schema for all body and query parameters (#7624)

This commit is contained in:
Stevche Radevski
2024-06-05 15:40:54 +00:00
committed by GitHub
parent a39b542759
commit d2e1e9f8c7
6 changed files with 31 additions and 24 deletions
@@ -448,7 +448,7 @@ medusaIntegrationTestRunner({
it("list sales channels from the publishable api key with free text search filter", async () => {
const response = await api.get(
`/admin/sales-channels?q=2&publishable_api_key=${pubKey1.id}`,
`/admin/sales-channels?q=2&publishable_key_id=${pubKey1.id}`,
adminHeaders
)