chore: remove container registration name (#9137)

This commit is contained in:
Carlos R. L. Rodrigues
2024-09-16 06:22:24 -03:00
committed by GitHub
parent ab4a422fc8
commit 950cf9af79
421 changed files with 1528 additions and 2496 deletions
@@ -13,7 +13,7 @@ export function buildExpectedEventMessageShape(options: {
metadata: {
action: options.action,
eventGroupId: options.eventGroupId,
source: "fulfillment",
source: "Fulfillment",
object: options.object,
},
data: options.data,
@@ -133,7 +133,7 @@ moduleIntegrationTestRunner({
linkable: "fulfillment_address_id",
entity: "FulfillmentAddress",
primaryKey: "id",
serviceName: "fulfillment",
serviceName: "Fulfillment",
field: "fulfillmentAddress",
},
},
@@ -142,7 +142,7 @@ moduleIntegrationTestRunner({
linkable: "fulfillment_item_id",
entity: "FulfillmentItem",
primaryKey: "id",
serviceName: "fulfillment",
serviceName: "Fulfillment",
field: "fulfillmentItem",
},
},
@@ -151,7 +151,7 @@ moduleIntegrationTestRunner({
linkable: "fulfillment_label_id",
entity: "FulfillmentLabel",
primaryKey: "id",
serviceName: "fulfillment",
serviceName: "Fulfillment",
field: "fulfillmentLabel",
},
},
@@ -160,7 +160,7 @@ moduleIntegrationTestRunner({
linkable: "fulfillment_provider_id",
entity: "FulfillmentProvider",
primaryKey: "id",
serviceName: "fulfillment",
serviceName: "Fulfillment",
field: "fulfillmentProvider",
},
},
@@ -169,7 +169,7 @@ moduleIntegrationTestRunner({
linkable: "fulfillment_set_id",
entity: "FulfillmentSet",
primaryKey: "id",
serviceName: "fulfillment",
serviceName: "Fulfillment",
field: "fulfillmentSet",
},
},
@@ -178,7 +178,7 @@ moduleIntegrationTestRunner({
linkable: "fulfillment_id",
entity: "Fulfillment",
primaryKey: "id",
serviceName: "fulfillment",
serviceName: "Fulfillment",
field: "fulfillment",
},
},
@@ -187,7 +187,7 @@ moduleIntegrationTestRunner({
linkable: "geo_zone_id",
entity: "GeoZone",
primaryKey: "id",
serviceName: "fulfillment",
serviceName: "Fulfillment",
field: "geoZone",
},
},
@@ -196,7 +196,7 @@ moduleIntegrationTestRunner({
linkable: "service_zone_id",
entity: "ServiceZone",
primaryKey: "id",
serviceName: "fulfillment",
serviceName: "Fulfillment",
field: "serviceZone",
},
},
@@ -205,7 +205,7 @@ moduleIntegrationTestRunner({
linkable: "shipping_option_rule_id",
entity: "ShippingOptionRule",
primaryKey: "id",
serviceName: "fulfillment",
serviceName: "Fulfillment",
field: "shippingOptionRule",
},
},
@@ -214,7 +214,7 @@ moduleIntegrationTestRunner({
linkable: "shipping_option_type_id",
entity: "ShippingOptionType",
primaryKey: "id",
serviceName: "fulfillment",
serviceName: "Fulfillment",
field: "shippingOptionType",
},
},
@@ -223,7 +223,7 @@ moduleIntegrationTestRunner({
linkable: "shipping_option_id",
entity: "ShippingOption",
primaryKey: "id",
serviceName: "fulfillment",
serviceName: "Fulfillment",
field: "shippingOption",
},
},
@@ -232,7 +232,7 @@ moduleIntegrationTestRunner({
linkable: "shipping_profile_id",
entity: "ShippingProfile",
primaryKey: "id",
serviceName: "fulfillment",
serviceName: "Fulfillment",
field: "shippingProfile",
},
},