test(models): patch secured Novita pricing seam
This commit is contained in:
parent
d83cd6f7c3
commit
3b2ef789df
|
|
@ -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…
Reference in New Issue