You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[chore][confmap] Add string representation to mocked env provider (#10559)
<!--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 <[email protected]>
0 commit comments