diff --git a/awx/ui_next/src/screens/Inventory/InventoryDetail/InventoryDetail.test.jsx b/awx/ui_next/src/screens/Inventory/InventoryDetail/InventoryDetail.test.jsx index 47e76cb00a..fd36b84877 100644 --- a/awx/ui_next/src/screens/Inventory/InventoryDetail/InventoryDetail.test.jsx +++ b/awx/ui_next/src/screens/Inventory/InventoryDetail/InventoryDetail.test.jsx @@ -92,11 +92,11 @@ describe('', () => { expectDetailToMatch(wrapper, 'Type', 'Inventory'); const org = wrapper.find('Detail[label="Organization"]'); expect(org.prop('value')).toMatchInlineSnapshot(` - The Organization - + `); const vars = wrapper.find('VariablesDetail'); expect(vars).toHaveLength(1);