Search backend: remove newSearchClient from streamHandler
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Created by: camdencheek
We previously used an overrideable function to build a search client so that it could be overridden tests. However, now that our search client is an interface, we can just override it with a mock directly, which simplifies this a bit.
Semantics preserving, covered by existing tests.
Push commits to the source branch or add previously merged commits to review them.