[loop-cycle] fix: test_config hardcoded ollama model vs .env override #1207

Merged
Timmy merged 1 commits from fix/test-config-ollama-model-env into main 2026-03-23 22:22:41 +00:00

1 Commits

Author SHA1 Message Date
Alexander Whitestone
d311b7b717 fix: use settings.ollama_model instead of hardcoded value in test
Some checks failed
Tests / lint (pull_request) Failing after 10s
Tests / test (pull_request) Has been skipped
The test hardcoded 'qwen3:14b' but .env overrides to 'qwen3:30b',
causing CI failures. Assert against settings.ollama_model so the
test works regardless of environment configuration.
2026-03-23 18:22:15 -04:00