Skip to content

Commit 9fa2355

Browse files
Apply suggested doc enhancements
Co-authored-by: Benjamin Pelletier <BenjaminPelletier@users.noreply.github.com>
1 parent e1492d3 commit 9fa2355

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

monitoring/uss_qualifier/scenarios/astm/utm/test_steps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ def _check_op_intent_details(
447447
)
448448

449449
with self._scenario.check(
450-
"Operational intent reference reported by USS match the one published to the DSS",
450+
"Operational intent reference reported by USS matches the one published to the DSS",
451451
[self._flight_planner.participant_id],
452452
) as check:
453453
error_text = validate_op_intent_reference(

monitoring/uss_qualifier/scenarios/astm/utm/validate_shared_operational_intent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ If the operational intent details for the flight cannot be retrieved from the US
2929

3030
If the operational intent details response does not validate against [the GetOperationalIntentDetailsResponse schema of the OpenAPI specification](https://github.com/astm-utm/Protocol/blob/v1.0.0/utm.yaml#L1120), this check fill fail per **[astm.f3548.v21.USS0105,1](../../../requirements/astm/f3548/v21.md)**.
3131

32-
## 🛑 Operational intent reference reported by USS match the one published to the DSS check
32+
## 🛑 Operational intent reference reported by USS matches the one published to the DSS check
3333

34-
If the operational intent reference reported by the USS do not match the operational intent reference published to the DSS, save for the OVN, this check will fail per **[astm.f3548.v21.USS0005](../../../requirements/astm/f3548/v21.md)**.
34+
If any of the values in the operational intent reference reported by the USS do not match those values in the operational intent reference published to (and known by) the DSS, save for the OVN, this check will fail per **[astm.f3548.v21.USS0005](../../../requirements/astm/f3548/v21.md)** since the values reported by the USS were not made discoverable via the DSS.
3535

3636
## 🛑 Correct operational intent details check
3737

0 commit comments

Comments
 (0)