Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: use values() for tls_roots_map iter
It's more idiomatic to use `values()` on a map when the desire is to iterate just the values vs iterating the map and discarding each key from the iterated tuple.
- Loading branch information