Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
testing: fix test flake in dynamic host volume client tests
The output of `GetDynamicHostVolumes` is a slice but that slice is constructed from iterating over a map and isn't sorted. Sort the output in the test to eliminate a test flake.
- Loading branch information