Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
xjules committed Oct 1, 2024
1 parent 73a18fe commit 9bc34b7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions tests/ert/unit_tests/gui/plottery/test_stddev_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,12 @@
from ert.gui.tools.plot.plot_api import EnsembleObject


@pytest.fixture(
params=[
pytest.param("WOPR:OP_4"),
pytest.param("BPR:123"),
]
)
@pytest.fixture()
def plot_context(request):
context = Mock(spec=PlotContext)
context.ensembles.return_value = [
EnsembleObject("ensemble_1", "id", False, "experiment_1")
]
context.key.return_value = request.param
context.history_data = None
context.layer = 0
context.plotConfig.return_value = PlotConfig(title="StdDev Plot")
Expand Down

0 comments on commit 9bc34b7

Please sign in to comment.