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 4da41d1 commit 8dd18c2Copy full SHA for 8dd18c2
tests/unit/test_model_management.py
@@ -56,7 +56,7 @@ def test_create_performance_definition():
56
get_project.return_value['predictionVariable'] = 'predicted'
57
_ = mm.create_performance_definition('model', 'TestLibrary', 'TestData')
58
59
- post.assert_called_once()
+ assert post.call_count == 1
60
url, data = post.call_args
61
62
assert PROJECT['id'] == data['json']['projectId']
0 commit comments