mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 07:43:35 -05:00
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