From a1c7a6f2b07ad36dc873436e9be300c7c764bff1 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Thu, 17 Oct 2019 21:31:45 +0200 Subject: [PATCH] Fix items test --- src/tests/api/test_items.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/tests/api/test_items.py b/src/tests/api/test_items.py index 1b8b6c508..b3cf597e6 100644 --- a/src/tests/api/test_items.py +++ b/src/tests/api/test_items.py @@ -428,7 +428,7 @@ def test_item_create_with_variation(token_client, organizer, event, item, catego "tax_rate": "19.00", "tax_rule": taxrule.pk, "admission": True, - "issue_giftcard": True, + "issue_giftcard": False, "position": 0, "picture": 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_rule": taxrule.pk, "admission": True, - "issue_giftcard": True, + "issue_giftcard": False, "position": 0, "picture": 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_rule": taxrule.pk, "admission": True, - "issue_giftcard": True, + "issue_giftcard": False, "position": 0, "picture": 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_rule": taxrule.pk, "admission": True, - "issue_giftcard": True, + "issue_giftcard": False, "position": 0, "picture": 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_rule": taxrule.pk, "admission": True, - "issue_giftcard": True, + "issue_giftcard": False, "position": 0, "picture": 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_rule": taxrule.pk, "admission": True, - "issue_giftcard": True, + "issue_giftcard": False, "position": 0, "picture": None, "available_from": None,