Write a test that default values of env vars are correctly applied #127
Labels
maint:coverage
Test coverage improvements that were not included in feature prioritization
someday
Not a priority right now, but we want to keep this around to think or discuss more.
type:maintenance
Upkeeping efforts & catch-up corrective improvements that are not Features nor Bugs
In the past we've encountered some issues with the default values of environment variables not being applied (or being applied with the wrong values) when launching the API+graph stack, mainly when using
docker compose
.A nice-to-have sanity check at some point would be a test that verifies the default values when the API is launched with Python vs.
docker compose
, although since the values vary slightly depending on the deployment method this likely will first involve some research into how to re-create the compose environment using pytest / actions.The text was updated successfully, but these errors were encountered: