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 97e0210 commit bcecc0eCopy full SHA for bcecc0e
tests/unit/test_model_repository.py
@@ -387,7 +387,7 @@ def test_get_model_with_versions():
387
mr.get_model_with_versions(model=RestObj)
388
389
is_uuid.return_value = False
390
- get_model.return_value = RestObj
+ get_model.return_value = RestObj({"id": "12345"})
391
request.side_effect = urllib.error.HTTPError(
392
url="http://demo.sas.com",
393
code=404,
0 commit comments