Skip to content

Commit

Permalink
feat(api): removed unnecessary parameter from test
Browse files Browse the repository at this point in the history
  • Loading branch information
salemsd committed Dec 16, 2024
1 parent 9c36971 commit 1e24160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_web_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ def test_creation_lifecycle(self, antares_web: AntaresWebDesktop):
)

# ===== test run study simulation and wait job completion ======
parameters = AntaresSimulationParameters(nb_cpu=4, unzip_output=True)
parameters = AntaresSimulationParameters(nb_cpu=4)

job = study.run_antares_simulation(parameters)
assert isinstance(job, Job)
Expand Down

0 comments on commit 1e24160

Please sign in to comment.