mirror of
https://github.com/pretix/pretix.git
synced 2026-08-12 11:07:02 +00:00
Add placeholders to tests
This commit is contained in:
@@ -35,6 +35,8 @@ def event():
|
||||
organizer=o, name='Dummy', slug='dummy',
|
||||
date_from=now(), live=True,
|
||||
plugins='pretix.plugins.sendmail,tests.testdummy',
|
||||
location='Foo City',
|
||||
date_admission=now().replace(hour=12, minute=30),
|
||||
)
|
||||
return event
|
||||
|
||||
|
||||
Reference in New Issue
Block a user