mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 04:04:14 +00:00
# What does this PR do? During env var replacement, we're implicitly converting all config types to their apparent types (e.g., "true" to True, "123" to 123). This may be arguably useful for when doing an env var substitution, as those are always strings, but we should definitely avoid touching config values that have explicit types and are uninvolved in env var substitution. ## Test Plan Unit |
||
---|---|---|
.. | ||
test_access_control.py | ||
test_auth.py | ||
test_auth_github.py | ||
test_cors.py | ||
test_quota.py | ||
test_replace_env_vars.py | ||
test_resolver.py | ||
test_server.py | ||
test_sse.py |