diff --git a/tests/everest/test_everlint.py b/tests/everest/test_everlint.py index b8aa0768bb4..894e8715630 100644 --- a/tests/everest/test_everlint.py +++ b/tests/everest/test_everlint.py @@ -13,26 +13,6 @@ from tests.everest.utils import relpath -@pytest.fixture -def min_config(): - yield yaml.safe_load( - dedent(""" - model: {"realizations": [0]} - controls: - - - name: my_control - type: well_control - min: 0 - max: 0.1 - variables: - - { name: test, initial_guess: 0.1 } - objective_functions: - - {name: my_objective} - config_path: . - """) - ) - - @pytest.mark.parametrize( "required_key", (