1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-30 05:25:29 +03:00

Fix typo.

This commit is contained in:
Michael DeHaan 2013-04-02 14:11:43 -04:00
parent 0155f0acea
commit 37cdd31b79

View File

@ -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',