Skip to content

Commit

Permalink
Remove double definition of parser in test_failing_job_cli_error_message
Browse files Browse the repository at this point in the history
  • Loading branch information
kvashchuka committed Dec 28, 2023
1 parent 45f42a2 commit bc258ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/integration_tests/cli/test_integration_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,8 +446,6 @@ def test_failing_job_cli_error_message():

args = Mock()
args.config = "poly_high_min_reals.ert"
parser = ArgumentParser(prog="test_main")

parser = ArgumentParser(prog="test_main")
parsed = ert_parser(
parser,
Expand Down

0 comments on commit bc258ef

Please sign in to comment.