chore: remove container registration name (#9137)
This commit is contained in:
+3
-3
@@ -31,7 +31,7 @@ moduleIntegrationTestRunner<IInventoryService>({
|
||||
entity: "InventoryItem",
|
||||
linkable: "inventory_item_id",
|
||||
primaryKey: "id",
|
||||
serviceName: "inventoryService",
|
||||
serviceName: "Inventory",
|
||||
},
|
||||
},
|
||||
inventoryLevel: {
|
||||
@@ -40,7 +40,7 @@ moduleIntegrationTestRunner<IInventoryService>({
|
||||
entity: "InventoryLevel",
|
||||
linkable: "inventory_level_id",
|
||||
primaryKey: "id",
|
||||
serviceName: "inventoryService",
|
||||
serviceName: "Inventory",
|
||||
},
|
||||
},
|
||||
reservationItem: {
|
||||
@@ -49,7 +49,7 @@ moduleIntegrationTestRunner<IInventoryService>({
|
||||
entity: "ReservationItem",
|
||||
linkable: "reservation_item_id",
|
||||
primaryKey: "id",
|
||||
serviceName: "inventoryService",
|
||||
serviceName: "Inventory",
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user