SYMBIONT_PORT=8111 is set in the live service shell, causing runtime.exs to override test.exs's port: 0 even under MIX_ENV=test. Wrap all env-based overrides in a config_env() != :test guard so tests can run against the live host without port collision. 40 tests, 0 failures. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| config.exs | ||
| dev.exs | ||
| prod.exs | ||
| runtime.exs | ||
| test.exs | ||