chore(index): return ids only (#12543)

This commit is contained in:
Carlos R. L. Rodrigues
2025-05-20 11:16:02 -03:00
committed by GitHub
parent fca5ad77b4
commit ebe5cc7acd
12 changed files with 92 additions and 16 deletions

View File

@@ -175,7 +175,18 @@ medusaIntegrationTestRunner({
},
},
],
prices: expect.arrayContaining([]),
prices: expect.arrayContaining([
{
currency_code: "CAD",
amount: 20,
id: expect.any(String),
},
{
currency_code: "USD",
amount: 80,
id: expect.any(String),
},
]),
},
{
sku: "extra-variant-1",