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