From cf618e81d0838661a4a2f88e8c3e3bb1f9263273 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Berland?= Date: Fri, 10 Jan 2025 10:24:16 +0100 Subject: [PATCH] Ensure pre_experiment validation has access to plugin configuration This is a fixup of a regression in 1ae12f6efb66e9fa4208faef2a04898043cdcb37 The bug slipped through as the feature is skipped unless the test is run on-premise --- src/ert/config/ert_config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ert/config/ert_config.py b/src/ert/config/ert_config.py index ddf9f87a34e..ad04b3e4937 100644 --- a/src/ert/config/ert_config.py +++ b/src/ert/config/ert_config.py @@ -804,6 +804,7 @@ def _create_list_of_forward_model_steps_to_run( forward_model_steps=[fm_step], skip_pre_experiment_validation=True, env_vars=env_vars, + env_pr_fm_step=cls.ENV_PR_FM_STEP, ) fm_json_for_validation = dict(substituted_json["jobList"][0]) fm_json_for_validation["environment"] = {