internal/dag: GetProxyStatusesTesting function should be removed #2967
Labels
area/testing
Issues or PRs related to tests or testing tools.
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
The GetProxyStatusesTesting function in
internal/dag/dag.go
is used for the tests ininternal/dag/status_test.go
. It currently takes the values stored in thestatus.Cache
and mutates them into a format that's easier to consume.To remove it, we'll need to:
Walk
style method, but this is up for grabs.The text was updated successfully, but these errors were encountered: