Skip to content

Commit

Permalink
Use target format for target case
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindeide committed Jun 20, 2024
1 parent 07e2a07 commit 74876b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/forward_models/rft/test_gendata_rft.py
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ def test_ert_setup_one_well_one_rft_point(tmpdir):
# pylint: disable=subprocess-run-check
# (assert on the return code further down)
result = subprocess.run(
["ert", "ensemble_smoother", "--target-case", "default_1", "config.ert"],
["ert", "ensemble_smoother", "--target-case", "default_%d", "config.ert"],
stdout=subprocess.PIPE,
stderr=subprocess.PIPE,
check=False,
Expand Down

0 comments on commit 74876b1

Please sign in to comment.