forked from CGM_Public/pretix_original
Fix items test
This commit is contained in:
@@ -428,7 +428,7 @@ def test_item_create_with_variation(token_client, organizer, event, item, catego
|
|||||||
"tax_rate": "19.00",
|
"tax_rate": "19.00",
|
||||||
"tax_rule": taxrule.pk,
|
"tax_rule": taxrule.pk,
|
||||||
"admission": True,
|
"admission": True,
|
||||||
"issue_giftcard": True,
|
"issue_giftcard": False,
|
||||||
"position": 0,
|
"position": 0,
|
||||||
"picture": None,
|
"picture": None,
|
||||||
"available_from": None,
|
"available_from": None,
|
||||||
@@ -479,7 +479,7 @@ def test_item_create_with_addon(token_client, organizer, event, item, category,
|
|||||||
"tax_rate": "19.00",
|
"tax_rate": "19.00",
|
||||||
"tax_rule": taxrule.pk,
|
"tax_rule": taxrule.pk,
|
||||||
"admission": True,
|
"admission": True,
|
||||||
"issue_giftcard": True,
|
"issue_giftcard": False,
|
||||||
"position": 0,
|
"position": 0,
|
||||||
"picture": None,
|
"picture": None,
|
||||||
"available_from": None,
|
"available_from": None,
|
||||||
@@ -524,7 +524,7 @@ def test_item_create_with_addon(token_client, organizer, event, item, category,
|
|||||||
"tax_rate": "19.00",
|
"tax_rate": "19.00",
|
||||||
"tax_rule": taxrule.pk,
|
"tax_rule": taxrule.pk,
|
||||||
"admission": True,
|
"admission": True,
|
||||||
"issue_giftcard": True,
|
"issue_giftcard": False,
|
||||||
"position": 0,
|
"position": 0,
|
||||||
"picture": None,
|
"picture": None,
|
||||||
"available_from": None,
|
"available_from": None,
|
||||||
@@ -567,7 +567,7 @@ def test_item_create_with_addon(token_client, organizer, event, item, category,
|
|||||||
"tax_rate": "19.00",
|
"tax_rate": "19.00",
|
||||||
"tax_rule": taxrule.pk,
|
"tax_rule": taxrule.pk,
|
||||||
"admission": True,
|
"admission": True,
|
||||||
"issue_giftcard": True,
|
"issue_giftcard": False,
|
||||||
"position": 0,
|
"position": 0,
|
||||||
"picture": None,
|
"picture": None,
|
||||||
"available_from": None,
|
"available_from": None,
|
||||||
@@ -661,7 +661,7 @@ def test_item_create_with_bundle(token_client, organizer, event, item, category,
|
|||||||
"tax_rate": "19.00",
|
"tax_rate": "19.00",
|
||||||
"tax_rule": taxrule.pk,
|
"tax_rule": taxrule.pk,
|
||||||
"admission": True,
|
"admission": True,
|
||||||
"issue_giftcard": True,
|
"issue_giftcard": False,
|
||||||
"position": 0,
|
"position": 0,
|
||||||
"picture": None,
|
"picture": None,
|
||||||
"available_from": None,
|
"available_from": None,
|
||||||
@@ -707,7 +707,7 @@ def test_item_create_with_bundle(token_client, organizer, event, item, category,
|
|||||||
"tax_rate": "19.00",
|
"tax_rate": "19.00",
|
||||||
"tax_rule": taxrule.pk,
|
"tax_rule": taxrule.pk,
|
||||||
"admission": True,
|
"admission": True,
|
||||||
"issue_giftcard": True,
|
"issue_giftcard": False,
|
||||||
"position": 0,
|
"position": 0,
|
||||||
"picture": None,
|
"picture": None,
|
||||||
"available_from": None,
|
"available_from": None,
|
||||||
|
|||||||
Reference in New Issue
Block a user