mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
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…
x
Reference in New Issue
Block a user