Skip to content

Commit 4cb8fe0

Browse files
committed
Change shippingRateInputType init value for testing backend to None
1 parent 5c41f36 commit 4cb8fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commercetools/testing/project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def __init__(self, storage):
3838
"deleteDaysAfterLastModification": 90,
3939
},
4040
"messages": {"enabled": False, "deleteDaysAfterCreation": 15},
41-
"shippingRateInputType": "",
41+
"shippingRateInputType": None,
4242
"externalOAuth": None,
4343
"version": 4,
4444
}

0 commit comments

Comments
 (0)