Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[chore][confmap] Add string representation to mocked env provider (#1…
…0559) <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description <!-- Issue number if applicable --> Adds string representation to all inputs returned by mock env provider used in tests. The real `env` provider (and all other providers on this repository) do this by default since they use `NewRetrievedFromYAML`. Note that certain types are not really obtainable with the real `env` provider (e.g. `int32` or `float64`). I have kept them and added the string representation manually. #### Link to tracking issue Needed for #10554 Co-authored-by: Alex Boten <223565+codeboten@users.noreply.github.com>
- Loading branch information