From ee8fdee880fb007a344e5375d0ce32539e66d9b0 Mon Sep 17 00:00:00 2001 From: wahadameh Date: Thu, 27 Feb 2025 16:14:33 +0100 Subject: [PATCH] feat(api): adding comment on test web client.py --- tests/integration/test_web_client.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/integration/test_web_client.py b/tests/integration/test_web_client.py index 547eba46..d5b74bd8 100644 --- a/tests/integration/test_web_client.py +++ b/tests/integration/test_web_client.py @@ -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