diff --git a/x-pack/plugins/lens/public/shared_components/coloring/color_stops.test.tsx b/x-pack/plugins/lens/public/shared_components/coloring/color_stops.test.tsx index 190de9abcbd749..54c7f3cef90fe3 100644 --- a/x-pack/plugins/lens/public/shared_components/coloring/color_stops.test.tsx +++ b/x-pack/plugins/lens/public/shared_components/coloring/color_stops.test.tsx @@ -20,7 +20,7 @@ describe('Color Stops component', () => { { color: '#bbb', stop: 40 }, { color: '#ccc', stop: 60 }, ], - rangeType: 'percent', + paletteConfiguration: {}, dataBounds: { min: 0, max: 200 }, onChange: jest.fn(), 'data-test-prefix': 'my-test',