diff --git a/tests/integration/test_milestones.py b/tests/integration/test_milestones.py index ab5cc962..e32f23ac 100644 --- a/tests/integration/test_milestones.py +++ b/tests/integration/test_milestones.py @@ -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)