mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 10:27:37 -02:30
Add default module_name to adhoc details step test to get rid of logged console error
This commit is contained in:
@@ -27,6 +27,7 @@ const initialValues = {
|
|||||||
changes: false,
|
changes: false,
|
||||||
escalation: false,
|
escalation: false,
|
||||||
extra_vars: '---',
|
extra_vars: '---',
|
||||||
|
module_name: 'shell',
|
||||||
};
|
};
|
||||||
|
|
||||||
describe('<AdHocDetailsStep />', () => {
|
describe('<AdHocDetailsStep />', () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user