chore(index): return ids only (#12543)
This commit is contained in:
committed by
GitHub
parent
fca5ad77b4
commit
ebe5cc7acd
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user