chore: remove container registration name (#9137)
This commit is contained in:
+3
-3
@@ -30,7 +30,7 @@ moduleIntegrationTestRunner<IStockLocationService>({
|
||||
linkable: "stock_location_address_id",
|
||||
entity: "StockLocationAddress",
|
||||
primaryKey: "id",
|
||||
serviceName: "stockLocationService",
|
||||
serviceName: "StockLocation",
|
||||
field: "stockLocationAddress",
|
||||
},
|
||||
},
|
||||
@@ -40,13 +40,13 @@ moduleIntegrationTestRunner<IStockLocationService>({
|
||||
entity: "StockLocation",
|
||||
linkable: "stock_location_id",
|
||||
primaryKey: "id",
|
||||
serviceName: "stockLocationService",
|
||||
serviceName: "StockLocation",
|
||||
},
|
||||
location_id: {
|
||||
linkable: "location_id",
|
||||
entity: "StockLocation",
|
||||
primaryKey: "location_id",
|
||||
serviceName: "stockLocationService",
|
||||
serviceName: "StockLocation",
|
||||
field: "stockLocation",
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user