Skip to content

Commit

Permalink
Testing: use languages when creating store from draft (#92)
Browse files Browse the repository at this point in the history
* formatting

* add language to create from draft

Co-authored-by: Bram Kaashoek <[email protected]>
  • Loading branch information
BramKaashoek and BramKaashoek authored Jun 11, 2020
1 parent 7e49c90 commit cdb9f88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
8.1.4 (2020-06-11)
------------------
- Testing: use languages when creating store from draft

8.1.3 (2020-06-10)
------------------
- Testing: add setLanguages to store testing backend
Expand Down
1 change: 1 addition & 0 deletions src/commercetools/testing/stores.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def _create_from_draft(
key=draft.key,
name=draft.name,
created_at=datetime.datetime.now(datetime.timezone.utc),
languages=draft.languages,
)


Expand Down

0 comments on commit cdb9f88

Please sign in to comment.