Skip to content

Commit db61289

Browse files
committed
fix: rm unused code
1 parent d0c3208 commit db61289

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

integration-tests/http/__tests__/product/admin/product.spec.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2160,14 +2160,6 @@ medusaIntegrationTestRunner({
21602160
})
21612161

21622162
it("should recreate a variant with the same sku after deletion", async () => {
2163-
// const inventoryItem = (
2164-
// await api.post(
2165-
// "/admin/inventory-items",
2166-
// { sku: "test-inventory-item-sku" },
2167-
// adminHeaders
2168-
// )
2169-
// ).data.inventory_item
2170-
21712163
const payload = {
21722164
title: "Test sku",
21732165
shipping_profile_id: shippingProfile.id,

0 commit comments

Comments
 (0)