Update orchestrator unit test to import labels defined in superevent task
I found some outdated labels in the orchestrator unit test, specifically EM_Selected
and EM_SelectedConfident
, which have been replaced in our workflow by LOW_SIGNIF_LOCKED
and SIGNIF_LOCKED
. This wasn't caught before because the unit test was kept consistent, but could lead to errors down the line. This MR imports the labels from the superevents task instead of hardcoding them.
To do:
-
Fix lint errors
Edited by Cody Messick