satisfy tests
All checks were successful
buildbot/tox Build done.

This commit is contained in:
2020-12-09 13:16:37 +01:00
parent 0ff559d548
commit c3bbaa7200
4 changed files with 28 additions and 3 deletions

View File

@@ -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',
}