forked from CGM_Public/pretix_original
formatting
This commit is contained in:
@@ -993,7 +993,6 @@ def test_import_mixed_order_size_consistency(user, event, item):
|
|||||||
'the value has already been set to "a1@example.com".') in str(excinfo.value)
|
'the value has already been set to "a1@example.com".') in str(excinfo.value)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.django_db
|
@pytest.mark.django_db
|
||||||
@scopes_disabled()
|
@scopes_disabled()
|
||||||
def test_import_line_endings_mix(event, item, user):
|
def test_import_line_endings_mix(event, item, user):
|
||||||
@@ -1015,7 +1014,7 @@ def test_import_line_endings_mix(event, item, user):
|
|||||||
cf.save()
|
cf.save()
|
||||||
|
|
||||||
import_orders.apply(
|
import_orders.apply(
|
||||||
args=(event.pk, cf.id , settings, 'en', user.pk)
|
args=(event.pk, cf.id, settings, 'en', user.pk)
|
||||||
)
|
)
|
||||||
assert event.orders.count() == 3
|
assert event.orders.count() == 3
|
||||||
assert OrderPosition.objects.count() == 3
|
assert OrderPosition.objects.count() == 3
|
||||||
|
|||||||
Reference in New Issue
Block a user