Skip to content

Commit

Permalink
test: ignore india compliance fields
Browse files Browse the repository at this point in the history
  • Loading branch information
ankush committed Aug 19, 2022
1 parent c3cc73e commit 33f3656
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions ecommerce_integrations/shopify/tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion ecommerce_integrations/unicommerce/tests/test_product.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit 33f3656

Please sign in to comment.