[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
Owner

Fix

test_returns_primary_when_available hardcoded qwen3:14b but .env sets OLLAMA_MODEL=qwen3:30b, causing the only test failure on main.

Fix: assert against settings.ollama_model instead of a hardcoded string.

1 file changed, 3 insertions, 3 deletions.

## Fix `test_returns_primary_when_available` hardcoded `qwen3:14b` but `.env` sets `OLLAMA_MODEL=qwen3:30b`, causing the only test failure on main. Fix: assert against `settings.ollama_model` instead of a hardcoded string. **1 file changed, 3 insertions, 3 deletions.**
Timmy added 1 commit 2026-03-23 22:22:32 +00:00
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
d311b7b717
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.
Timmy merged commit 46edac3e76 into main 2026-03-23 22:22:41 +00:00
Timmy deleted branch fix/test-config-ollama-model-env 2026-03-23 22:22:41 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Rockachopa/Timmy-time-dashboard#1207