We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 346b780 commit defd01fCopy full SHA for defd01f
monitoring/uss_qualifier/resources/netrid/flight_data_resources.py
@@ -75,14 +75,14 @@ def get_test_flights(self) -> List[TestFlight]:
75
details = TestFlightDetails(
76
effective_after=StringBasedDateTime(t0),
77
details=flight.flight_details,
78
- aircraft_type=flight.aircraft_type,
79
)
80
81
test_flights.append(
82
TestFlight(
83
injection_id=str(uuid.uuid4()),
84
telemetry=telemetry,
85
details_responses=[details],
+ aircraft_type=flight.aircraft_type,
86
87
88
0 commit comments