Skip to content

Commit

Permalink
fix broken test after dict2xml update
Browse files Browse the repository at this point in the history
  • Loading branch information
andli committed Mar 1, 2021
1 parent 10da6a9 commit b6da58f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/test_pymkm_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ def test_dict_to_cardmarket_xml_request(self):
}
]

add_to_stock_xml = """<?xml version='1.0' encoding='UTF-8'?>
<request>
add_to_stock_xml = """<request>
<article>
<idProduct>100569</idProduct>
<idLanguage>1</idLanguage>
Expand Down

0 comments on commit b6da58f

Please sign in to comment.