You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reset connection_without_retries in streaming tests
The mock_request_and_response method was only resetting @connection
but not @connection_without_retries. This caused tests to use a cached
connection instead of the mocked one, leading to actual component
rendering instead of using the mocked streaming response.
This fix ensures both connection instance variables are reset to nil
before each test, allowing the mock to work correctly.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments