Fixing tests

remotes/origin/issue/4795/notification_even_they_are_disabled
Alejandro Alonso 2016-08-03 09:40:33 +02:00 committed by David Barragán Merino
parent 0e6daf09f6
commit 3656acd7f3
1 changed files with 1 additions and 0 deletions

View File

@ -133,6 +133,7 @@ def test_set_related_userstory_existing(client):
us = f.UserStoryFactory.create()
related_us = f.RelatedUserStory.create(epic=epic, user_story=us, order=55)
f.MembershipFactory.create(project=epic.project, user=user, is_admin=True)
f.MembershipFactory.create(project=us.project, user=user, is_admin=True)
url = reverse('epics-set-related-userstory', kwargs={"pk": epic.pk})