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 7520ca0 commit 63c2068Copy full SHA for 63c2068
tests/unit/test_score_definitions.py
@@ -52,7 +52,7 @@ def test_create_score_definition():
52
with mock.patch("sasctl.core.Session._get_authorization_token"):
53
current_session("example.com", "username", "password")
54
55
- # Mocking the REST API calls and functions
+ # Mocking the REST API calls and methods
56
with mock.patch(
57
"sasctl._services.model_repository.ModelRepository.get_model"
58
) as get_model:
0 commit comments