mirror of
https://github.com/ansible/awx.git
synced 2026-03-03 09:48:51 -03: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,
|
||||
escalation: false,
|
||||
extra_vars: '---',
|
||||
module_name: 'shell',
|
||||
};
|
||||
|
||||
describe('<AdHocDetailsStep />', () => {
|
||||
|
||||
Reference in New Issue
Block a user