diff --git a/tests/test_plotting.py b/tests/test_plotting.py index 742f819a8d..e210f6ed23 100644 --- a/tests/test_plotting.py +++ b/tests/test_plotting.py @@ -876,7 +876,7 @@ def debug_orders(pl, point): def test_plotter_input(mapdl, make_block): import pyvista as pv - pl = MapdlPlotter(off_screen=False) + pl = MapdlPlotter() pl2 = mapdl.eplot(return_plotter=True, plotter=pl) assert pl is pl2 pl2.show() # plotting for catching