mirror of
https://github.com/ansible/awx.git
synced 2024-10-30 05:25:29 +03:00
Fix typo.
This commit is contained in:
parent
0155f0acea
commit
37cdd31b79
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user