chore: remove container registration name (#9137)
This commit is contained in:
+4
-4
@@ -31,7 +31,7 @@ moduleIntegrationTestRunner<ICustomerModuleService>({
|
||||
linkable: "customer_address_id",
|
||||
entity: "CustomerAddress",
|
||||
primaryKey: "id",
|
||||
serviceName: "customer",
|
||||
serviceName: "Customer",
|
||||
field: "customerAddress",
|
||||
},
|
||||
},
|
||||
@@ -40,7 +40,7 @@ moduleIntegrationTestRunner<ICustomerModuleService>({
|
||||
linkable: "customer_group_customer_id",
|
||||
entity: "CustomerGroupCustomer",
|
||||
primaryKey: "id",
|
||||
serviceName: "customer",
|
||||
serviceName: "Customer",
|
||||
field: "customerGroupCustomer",
|
||||
},
|
||||
},
|
||||
@@ -49,7 +49,7 @@ moduleIntegrationTestRunner<ICustomerModuleService>({
|
||||
linkable: "customer_group_id",
|
||||
entity: "CustomerGroup",
|
||||
primaryKey: "id",
|
||||
serviceName: "customer",
|
||||
serviceName: "Customer",
|
||||
field: "customerGroup",
|
||||
},
|
||||
},
|
||||
@@ -58,7 +58,7 @@ moduleIntegrationTestRunner<ICustomerModuleService>({
|
||||
linkable: "customer_id",
|
||||
entity: "Customer",
|
||||
primaryKey: "id",
|
||||
serviceName: "customer",
|
||||
serviceName: "Customer",
|
||||
field: "customer",
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user