diff --git a/tests/web_components/scatter_plot_test.py b/tests/web_components/scatter_plot_test.py index 2630ebebc..6aa0d539d 100644 --- a/tests/web_components/scatter_plot_test.py +++ b/tests/web_components/scatter_plot_test.py @@ -15,7 +15,7 @@ def test_scatter_plot(): plot = ScatterPlot() # Update the properties (the figure is the first element in the property list) - all_properties = plot.update_properties(fs) + all_properties = plot.update_properties(fs.pull_dataframe()) figure = all_properties[0] figure.show()