mirror of
https://github.com/ansible/awx.git
synced 2026-04-14 14:39:26 -02:30
Fix typo.
This commit is contained in:
@@ -283,7 +283,7 @@ class ProjectsTest(BaseTest):
|
|||||||
team_creds = '/api/v1/teams/%s/credentials/' % team.pk
|
team_creds = '/api/v1/teams/%s/credentials/' % team.pk
|
||||||
|
|
||||||
new_credentials = dict(
|
new_credentials = dict(
|
||||||
name = 'credential'
|
name = 'credential',
|
||||||
project = Project.objects.all()[0].pk,
|
project = Project.objects.all()[0].pk,
|
||||||
ssh_key_path = 'foo',
|
ssh_key_path = 'foo',
|
||||||
ssh_key_data = 'bar',
|
ssh_key_data = 'bar',
|
||||||
|
|||||||
Reference in New Issue
Block a user