mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 23:16:01 -03:30
fix promptdetail test
This commit is contained in:
@@ -157,7 +157,10 @@ describe('PromptDetail', () => {
|
||||
wrapper = mountWithContexts(
|
||||
<PromptDetail
|
||||
launchConfig={mockPromptLaunch}
|
||||
resource={mockTemplate}
|
||||
resource={{
|
||||
...mockTemplate,
|
||||
ask_inventory_on_launch: true,
|
||||
}}
|
||||
overrides={overrides}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user