Skip to content

Commit

Permalink
Change shippingRateInputType init value for testing backend to None
Browse files Browse the repository at this point in the history
  • Loading branch information
qdegraaf committed Apr 23, 2021
1 parent 5c41f36 commit 4cb8fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commercetools/testing/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def __init__(self, storage):
"deleteDaysAfterLastModification": 90,
},
"messages": {"enabled": False, "deleteDaysAfterCreation": 15},
"shippingRateInputType": "",
"shippingRateInputType": None,
"externalOAuth": None,
"version": 4,
}
Expand Down

0 comments on commit 4cb8fe0

Please sign in to comment.