dav_base: Improved DAVNumberValidator (and tests for that)
Run tests / Execute tox to run the test suite (push) Successful in 3m24s
Run tests / Execute tox to run the test suite (push) Successful in 3m24s
This commit is contained in:
@@ -166,7 +166,7 @@ class EmailsTestCase(EmailTestMixin, EventMixin, RegistrationMixin, TestCase):
|
||||
'year_of_birth': 1976,
|
||||
'apply_reduced_fee': True,
|
||||
'dav_member': False,
|
||||
'dav_number': '131/00/007*12345',
|
||||
'dav_number': '131/00/007*1234',
|
||||
'emergency_contact': 'Call 911!',
|
||||
'experience': 'Yes, we can!',
|
||||
'note': 'Automatischer Software Test\nGruß\n heinzel =u}',
|
||||
@@ -277,7 +277,7 @@ class EmailsTestCase(EmailTestMixin, EventMixin, RegistrationMixin, TestCase):
|
||||
'year_of_birth': THIS_YEAR,
|
||||
'apply_reduced_fee': True,
|
||||
'dav_member': False,
|
||||
'dav_number': '131/00/007*12345',
|
||||
'dav_number': '131/00/007*1234',
|
||||
'emergency_contact': 'Call 911!',
|
||||
'experience': 'Yes, we can!',
|
||||
'note': 'Automatischer Software Test\nGruß\n heinzel =u}',
|
||||
|
||||
Reference in New Issue
Block a user