Skip to content

Commit c2a7edc

Browse files
committed
Fix test writing to source tree
1 parent f7c488d commit c2a7edc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/everest/test_res_initialization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def test_everest_to_ert_queue_config(config, config_class, tmp_path, monkeypatch
117117

118118
@pytest.mark.usefixtures("use_site_configurations_with_lsf_queue_options")
119119
def test_that_site_config_queue_options_do_not_override_user_queue_config(
120-
min_config, monkeypatch, tmp_path
120+
min_config, monkeypatch, change_to_tmpdir
121121
):
122122
ever_config = EverestConfig.with_defaults(
123123
simulator={"queue_system": {"name": "local"}}, model={"realizations": [0]}

0 commit comments

Comments
 (0)