mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-15 14:22:43 +00:00
test(models): patch secured Novita pricing seam
This commit is contained in:
parent
d83cd6f7c3
commit
3b2ef789df
1 changed files with 1 additions and 1 deletions
|
|
@ -1215,7 +1215,7 @@ class TestNovitaProvider:
|
|||
return _FakeResp()
|
||||
|
||||
monkeypatch.setattr(
|
||||
models_mod.urllib.request, "urlopen", fake_urlopen
|
||||
models_mod, "_urlopen_model_catalog_request", fake_urlopen
|
||||
)
|
||||
|
||||
# First call hits the network.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue