diff --git a/ecommerce_integrations/shopify/tests/utils.py b/ecommerce_integrations/shopify/tests/utils.py index 10d00da2..fd4f075c 100644 --- a/ecommerce_integrations/shopify/tests/utils.py +++ b/ecommerce_integrations/shopify/tests/utils.py @@ -65,10 +65,6 @@ def setUpClass(cls): "update_shopify_item_on_update": 1, "update_erpnext_stock_levels_to_shopify": 1, "doctype": "Shopify Setting", - "taxes": [ - {"shopify_tax": "IGST", "tax_account": "Output Tax IGST - _TC",}, - {"shopify_tax": "Standard", "tax_account": "Freight and Forwarding Charges - _TC",}, - ], "shopify_warehouse_mapping": [ { "shopify_location_id": "62279942297", diff --git a/ecommerce_integrations/unicommerce/tests/test_product.py b/ecommerce_integrations/unicommerce/tests/test_product.py index 836d1b7e..96c72e5b 100644 --- a/ecommerce_integrations/unicommerce/tests/test_product.py +++ b/ecommerce_integrations/unicommerce/tests/test_product.py @@ -56,7 +56,6 @@ def test_import_item_from_unicommerce(self): "brand": "TITANIUM", "shelf_life_in_days": 0, "disabled": 0, - "gst_hsn_code": "91011100", "image": "https://user-images.githubusercontent.com/9079960/131f-650c52c07a0e.gif", } for field, value in expected_item.items():