Skip to content

Commit

Permalink
[uss_qualifier/netrid] Fix injection of aircraft_type (#860)
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmis authored Dec 10, 2024
1 parent 9b8372b commit 08ca207
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,14 @@ def get_test_flights(self) -> List[TestFlight]:
details = TestFlightDetails(
effective_after=StringBasedDateTime(t0),
details=flight.flight_details,
aircraft_type=flight.aircraft_type,
)

test_flights.append(
TestFlight(
injection_id=str(uuid.uuid4()),
telemetry=telemetry,
details_responses=[details],
aircraft_type=flight.aircraft_type,
)
)

Expand Down

0 comments on commit 08ca207

Please sign in to comment.