@@ -9,7 +9,7 @@ from dav_events.tests.generic import EventMixin
|
||||
from ..models import Registration
|
||||
from ..utils import purge_registrations
|
||||
|
||||
from .generic import RegistrationMixin
|
||||
from .generic import THIS_YEAR, RegistrationMixin
|
||||
|
||||
|
||||
class UtilsTestCase(RegistrationMixin, EventMixin, TestCase):
|
||||
@@ -37,6 +37,7 @@ class UtilsTestCase(RegistrationMixin, EventMixin, TestCase):
|
||||
'city': 'Karlsruhe',
|
||||
'phone_number': '555 5555',
|
||||
'email_address': 'participant@localhost',
|
||||
'year_of_birth': THIS_YEAR - 44,
|
||||
'dav_number': '1',
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user