Fix milestone test name.

remotes/origin/enhancement/email-actions
Andrey Antukh 2014-10-15 17:36:19 +02:00
parent 786599239c
commit 21f1835567
1 changed files with 1 additions and 2 deletions

View File

@ -29,8 +29,7 @@ from .. import factories as f
pytestmark = pytest.mark.django_db
def test_api_update_milestone(client):
def test_update_milestone_with_userstories_list(client):
user = f.UserFactory.create()
project = f.ProjectFactory.create(owner=user)
role = f.RoleFactory.create(project=project)