prepare method asserts expected labels key to be in request despite not
providing or updating labels.
This does not align with the gunpowder dependency flow where each node
should simply request exactly what it needs to provide or update the arrays
that are requested of it.
Pre-Merge Checklist:
[ ] if this PR adds a feature: request merge into the latest development branch (vX.Y-dev)
[x] if this PR fixes a bug: request merge into the latest patch branch (patch-X.Y.Z)
[x] PR branch name is short and describes the feature/bug addressed in this PR
prepare
method asserts expectedlabels
key to be in request despite not providing or updatinglabels
. This does not align with the gunpowder dependency flow where each node should simply request exactly what it needs to provide or update the arrays that are requested of it.Pre-Merge Checklist:
vX.Y-dev
)patch-X.Y.Z
)