From 784e39589acd74ecda18aaa1a6b9b034c8272e8c Mon Sep 17 00:00:00 2001 From: Hesham Massoud Date: Wed, 27 Sep 2017 16:46:41 +0200 Subject: [PATCH] #99: Separate product JSON resources with prices and without prices. --- .../sync/integration/commons/utils/ProductITUtils.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/integration-test/java/com/commercetools/sync/integration/commons/utils/ProductITUtils.java b/src/integration-test/java/com/commercetools/sync/integration/commons/utils/ProductITUtils.java index e09e7c52d3..9a6ccef972 100644 --- a/src/integration-test/java/com/commercetools/sync/integration/commons/utils/ProductITUtils.java +++ b/src/integration-test/java/com/commercetools/sync/integration/commons/utils/ProductITUtils.java @@ -25,11 +25,6 @@ import static io.sphere.sdk.json.SphereJsonUtils.readObjectFromResource; public final class ProductITUtils { - public static final String PRODUCT_KEY_1_CHANGED_RESOURCE_PATH = "product-key-1-changed.json"; - public static final String PRODUCT_KEY_2_RESOURCE_PATH = "product-key-2.json"; - public static final String PRODUCT_TYPE_RESOURCE_PATH = "product-type.json"; - public static final String PRODUCT_TYPE_NO_KEY_RESOURCE_PATH = "product-type-no-key.json"; - /** * This method blocks to create a product type, which is defined by the JSON resource found in the supplied * {@code jsonResourcePath}, in the CTP project defined by the supplied {@code ctpClient}.