From 7999f533e2dc1c271fb4ecd234727e4006f3e824 Mon Sep 17 00:00:00 2001 From: Punam Verma Date: Thu, 14 Dec 2023 13:33:04 -0800 Subject: [PATCH] Refining check message --- .../utm/data_exchange_validation/get_op_data_validation.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/monitoring/uss_qualifier/scenarios/astm/utm/data_exchange_validation/get_op_data_validation.py b/monitoring/uss_qualifier/scenarios/astm/utm/data_exchange_validation/get_op_data_validation.py index 83ce996f6e..6ff7d2a17c 100644 --- a/monitoring/uss_qualifier/scenarios/astm/utm/data_exchange_validation/get_op_data_validation.py +++ b/monitoring/uss_qualifier/scenarios/astm/utm/data_exchange_validation/get_op_data_validation.py @@ -209,7 +209,7 @@ def _tested_uss_plans_deconflicted_flight_near_existing_flight( else: msg = ( f"Tested_uss was notified of flight2, due to an existing subscription. Hence, not checking for the GET requests." - f"Whether a GET request is made or not, it would be unclear clear if tested_uss used the information from notification or GET request for planning." + f"With a notification already sent, if a GET request is made, it would be unclear if tested_uss used the information from notification or GET request for planning." f"As this test is for checking GET requests validation, we cannot continue the test." f"See documentation of test step - Check for notification to tested_uss due to subscription in flight 2 area" ) @@ -312,7 +312,7 @@ def _tested_uss_unable_to_plan_flight_near_invalid_shared_existing_flight( else: msg = ( f"Tested_uss was notified of flight2, due to an existing subscription. Hence, not checking for the GET requests." - f"Whether a GET request is made or not, it would be unclear clear if tested_uss used the information from notification or GET request for planning." + f"With a notification already sent, if a GET request is made, it would be unclear if tested_uss used the information from notification or GET request for planning." f"As this test is for checking GET requests validation, we cannot continue the test." f"See documentation of test step - Check for notification to tested_uss due to subscription in flight 2 area" )