diff --git a/CHANGELOG.md b/CHANGELOG.md index c44b96b38e..ecd488c6bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ _Living section β€” bullets land here as PRs merge into `release/v3.8.47` (paral ### πŸ› Bug Fixes +- **fix(test):** replace the bare `expect(true).toBe(true)` tautology in `playground-api-tab.test.tsx`'s SSE test and close the `check:test-masking` gap that let it slip through for a full cycle ([#6404](https://github.com/diegosouzapw/OmniRoute/issues/6404)) β€” a prior pass (#6548) had already swapped the literal to `expect(sendBtn).toBeDefined()`, but that stayed just as vacuous: the test's fetch mock returned an empty `/v1/models` list, so `ApiTab`'s Send button is always `disabled` (`!selectedModel`) and the SSE branch never runs β€” the "SSE infra is verified" comment was never true. The test now mocks a real model, drives the model `