forked from CGM_Public/pretix_original
Fix failing test on CI
This commit is contained in:
@@ -223,6 +223,7 @@ def test_list_of_events(event, user, admin):
|
|||||||
organizer=orga2, name='Dummy', slug='dummy4',
|
organizer=orga2, name='Dummy', slug='dummy4',
|
||||||
date_from=now()
|
date_from=now()
|
||||||
)
|
)
|
||||||
|
User.objects.filter(email="admin@localhost").delete()
|
||||||
|
|
||||||
assert not user.get_events_with_any_permission()
|
assert not user.get_events_with_any_permission()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user