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