Loading src/pathcomp/frontend/tests/test_unitary_pathcomp_forecaster.py +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
src/pathcomp/frontend/tests/test_unitary_pathcomp_forecaster.py +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading