mirror of
https://github.com/ansible/awx.git
synced 2026-03-05 10:41:05 -03:30
Fix typo in test mock
This commit is contained in:
@@ -108,7 +108,7 @@ describe('delete details', () => {
|
||||
response: {
|
||||
config: {
|
||||
method: 'get',
|
||||
url: '/api/v2/workflow_job_template_nodesP',
|
||||
url: '/api/v2/workflow_job_template_nodes',
|
||||
},
|
||||
data: 'An error occurred',
|
||||
status: 403,
|
||||
|
||||
Reference in New Issue
Block a user