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 f61eb04 commit 97e0210Copy full SHA for 97e0210
tests/unit/test_model_repository.py
@@ -290,9 +290,7 @@ def test_list_model_versions():
290
with mock.patch(
291
"sasctl._services.model_repository.ModelRepository.request_link"
292
) as request_link:
293
- with mock.patch(
294
- "sasctl.core.Session.version_info"
295
- ) as version:
+ with mock.patch("sasctl.core.Session.version_info") as version:
296
version.return_value = VersionInfo(4)
297
get_model_link.return_value = None
298
with pytest.raises(ValueError):
0 commit comments