From 4ae2814bdd04e9834bb849de795efa43f0e5aa0e Mon Sep 17 00:00:00 2001 From: Punam Verma Date: Thu, 2 Nov 2023 15:08:04 -0700 Subject: [PATCH] Fixed removing link --- .../utm/data_exchange_validation/get_op_data_validation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/monitoring/uss_qualifier/scenarios/astm/utm/data_exchange_validation/get_op_data_validation.md b/monitoring/uss_qualifier/scenarios/astm/utm/data_exchange_validation/get_op_data_validation.md index d5b916605c..67cb7895fc 100644 --- a/monitoring/uss_qualifier/scenarios/astm/utm/data_exchange_validation/get_op_data_validation.md +++ b/monitoring/uss_qualifier/scenarios/astm/utm/data_exchange_validation/get_op_data_validation.md @@ -45,7 +45,7 @@ Flight 2 should be successfully planned by the control USS. ### [Validate flight 2 sharing test step](../validate_shared_operational_intent.md) Validate that flight 2 is planned -### [Validate no notification pushed for flight 2](test_steps/validate_no_notification_operational_intent.md) +### Validate no notification pushed for flight 2 test step Check there is no subscription by tested_uss to trigger notification of flight 2. If no notification is pushed by control_uss to tested_uss, we know tested_uss has no subscription. This will ensure that while planning a nearby flight, tested_uss will need to make a GET request to control_uss for flight 2 details. @@ -87,7 +87,7 @@ The control_uss, which is mock_uss is instructed to share invalid data with othe ### [Validate flight 2 shared operational intent with invalid data test step](test_steps/validate_sharing_operational_intent_but_with_invalid_interuss_data.md) Validate that flight 2 is shared with invalid data as a modified behavior is injected by uss_qualifier for a negative test. -### [Validate no notification pushed for flight 2](test_steps/validate_no_notification_operational_intent.md) +### Validate no notification pushed for flight 2 test step Check there is no subscription by tested_uss to trigger notification of flight 2. If no notification is pushed by control_uss to tested_uss, we know tested_uss has no subscription. This will ensure that while planning a nearby flight, tested_uss will need to make a GET request to control_uss for flight 2 details.