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