Skip to content
This repository was archived by the owner on Nov 13, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/integration/test_communications_to_ground_station.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
FLIGHT_INTERFACE_TIMEOUT = 30.0 # seconds
FLIGHT_INTERFACE_BAUD_RATE = 57600 # symbol rate
FLIGHT_INTERFACE_WORKER_PERIOD = 0.1 # seconds
WORKER_ID = worker_enum.WorkerEnum.FLIGHT_INTERFACE_WORKER
WORKER_ID = worker_enum.WorkerEnum.COMMUNICATIONS_WORKER


def apply_communications_test(
Expand Down