From d2fd29ac4b60ce9a44eee0054ed87312ab710db6 Mon Sep 17 00:00:00 2001 From: gifrerenom <lluis.gifre@cttc.es> Date: Wed, 15 Nov 2023 10:01:14 +0000 Subject: [PATCH] PathComp - FrontEnd component: - Fixed assertions in pathcomp-forecaster tests --- src/pathcomp/frontend/tests/test_unitary_pathcomp_forecaster.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pathcomp/frontend/tests/test_unitary_pathcomp_forecaster.py b/src/pathcomp/frontend/tests/test_unitary_pathcomp_forecaster.py index ea617b1e1..31fe08cd6 100644 --- a/src/pathcomp/frontend/tests/test_unitary_pathcomp_forecaster.py +++ b/src/pathcomp/frontend/tests/test_unitary_pathcomp_forecaster.py @@ -173,7 +173,7 @@ def test_request_service_shortestpath_forecast( } # Assert requested service has a connection associated # It permits having other connections not requested (i.e., connections for sub-services) - assert service_uuid in reply_connection_service_ids + assert context_service_uuid in reply_connection_service_ids # TODO: implement other checks. examples: # - request service and reply service endpoints match -- GitLab