Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 009285f

Browse files
committed
Check for correct vendor_version
1 parent 0295494 commit 009285f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qa/refund_moderated.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def run_test(self):
6363
# post listing to alice
6464
with open('testdata/'+ self.vendor_version +'/listing.json') as listing_file:
6565
listing_json = json.load(listing_file, object_pairs_hook=OrderedDict)
66-
if self.vendor_version == 4:
66+
if self.vendor_version == "v4":
6767
listing_json["metadata"]["priceCurrency"] = "t" + self.cointype
6868
else:
6969
listing_json["item"]["priceCurrency"]["code"] = "t" + self.cointype

0 commit comments

Comments
 (0)