diff --git a/lib/main/tests/projects.py b/lib/main/tests/projects.py index 3f0d47bd93..517ab66de6 100644 --- a/lib/main/tests/projects.py +++ b/lib/main/tests/projects.py @@ -283,7 +283,7 @@ class ProjectsTest(BaseTest): team_creds = '/api/v1/teams/%s/credentials/' % team.pk new_credentials = dict( - name = 'credential' + name = 'credential', project = Project.objects.all()[0].pk, ssh_key_path = 'foo', ssh_key_data = 'bar',