Refactor permission (need to re adjust), 2 test not passed(registration, permissions)
This commit is contained in:
parent
838bd2bb23
commit
a17e47acb9
17 changed files with 107 additions and 346 deletions
|
|
@ -36,7 +36,7 @@ class TestActivities(TestCase):
|
|||
name="Activity",
|
||||
description="This is a test activity\non two very very long lines\nbecause this is very important.",
|
||||
location="Earth",
|
||||
activity_type=ActivityType.objects.get(name="Activit\u00e9 gratuite ouverte"),
|
||||
activity_type=ActivityType.objects.get(name="Soir\u00e9e"),
|
||||
creater=self.user,
|
||||
organizer=Club.objects.get(name="BDE"),
|
||||
attendees_club=Club.objects.get(name="BDE"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue