Skip to content

Commit

Permalink
Refining check message
Browse files Browse the repository at this point in the history
  • Loading branch information
punamverma committed Dec 14, 2023
1 parent 844fb4b commit 7999f53
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down Expand Up @@ -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"
)
Expand Down

0 comments on commit 7999f53

Please sign in to comment.