We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90c08d6 commit 798b1bfCopy full SHA for 798b1bf
tests/test_inference_client.py
@@ -706,6 +706,7 @@ def test_open_as_binary_from_bytes(self) -> None:
706
self.assertEqual(content, content_bytes)
707
708
709
+@patch("huggingface_hub.inference._client._fetch_recommended_models", lambda: _RECOMMENDED_MODELS_FOR_VCR)
710
class TestResolveURL(InferenceClientTest):
711
FAKE_ENDPOINT = "https://my-endpoint.hf.co"
712
0 commit comments