fix promptdetail test

This commit is contained in:
Keith Grant
2020-05-12 10:14:46 -07:00
parent e3a3a47229
commit 70a9a72c25

View File

@@ -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}
/> />
); );