1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 01:48:21 +02:00

add VSS checkbox on registration

This commit is contained in:
bleizi
2023-08-31 12:21:38 +02:00
parent ba0d64f0d4
commit b3353b563c
6 changed files with 55 additions and 0 deletions

View File

@ -335,6 +335,7 @@ class TestMemberships(TestCase):
ml_sports_registration=True,
ml_art_registration=True,
report_frequency=7,
VSS_charter_read=True
))
self.assertRedirects(response, self.user.profile.get_absolute_url(), 302, 200)
self.assertTrue(User.objects.filter(username="toto changed").exists())