We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d832510 commit 06b6b02Copy full SHA for 06b6b02
src/commercetools/testing/categories.py
@@ -34,7 +34,7 @@ def _create_from_draft(
34
ancestors=[],
35
order_hint=draft.order_hint,
36
custom=utils.create_from_draft(draft.custom),
37
- parent=draft.parent
+ parent=draft.parent,
38
)
39
40
0 commit comments