Skip to content

Commit

Permalink
feat(api): adding comment on test web client.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdiwahada committed Feb 27, 2025
1 parent 1efbc97 commit ee8fdee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/test_web_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,8 @@ def test_creation_lifecycle(self, antares_web: AntaresWebDesktop, tmp_path):
study.update_multiple_links({link_be_fr.id: link_properties_update_1, link_de_fr.id: link_properties_update_2})

link_be_fr = study.get_links()["be / fr"]

# Checking values are well modified
assert link_be_fr.properties.hurdles_cost
assert link_be_fr.properties.use_phase_shifter
assert link_be_fr.properties.display_comments
Expand Down

0 comments on commit ee8fdee

Please sign in to comment.