Files
cleveragents-core/features
HAL9000 78ab2b1607
CI / benchmark-publish (pull_request) Has been skipped
CI / lint (pull_request) Successful in 1m5s
CI / push-validation (pull_request) Successful in 27s
CI / helm (pull_request) Successful in 29s
CI / build (pull_request) Successful in 42s
CI / typecheck (pull_request) Successful in 1m21s
CI / quality (pull_request) Successful in 1m21s
CI / security (pull_request) Successful in 1m34s
CI / e2e_tests (pull_request) Successful in 3m43s
CI / integration_tests (pull_request) Successful in 4m29s
CI / unit_tests (pull_request) Successful in 4m53s
CI / docker (pull_request) Successful in 1m45s
CI / coverage (pull_request) Successful in 11m45s
CI / status-check (pull_request) Successful in 3s
test(providers): add TDD failing test for GEMINI missing from FALLBACK_ORDER
Adds a BDD scenario tagged @tdd_issue @tdd_issue_4750 @tdd_expected_fail
that captures the bug: when only GEMINI_API_KEY is set (without GOOGLE_API_KEY),
ProviderRegistry.get_default_provider_type() returns None instead of
ProviderType.GEMINI because GEMINI is absent from FALLBACK_ORDER.

The @tdd_expected_fail tag inverts the result so CI passes while the bug exists.
Once the fix is applied, the tag must be removed.

ISSUES CLOSED: #10896
2026-04-28 09:23:33 +00:00
..