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 a229a5e commit 290f13cCopy full SHA for 290f13c
tests/test_aimodels.py
@@ -49,7 +49,7 @@ def test_get_model_by_id(self, mock_request: MagicMock) -> None:
49
50
self.assertEqual(result["id"], "123")
51
self.assertEqual(result["displayName"], "Test Model")
52
- mock_get.assert_called_once()
+ mock_request.assert_called_once()
53
54
@patch.object(AIModelClient, "post")
55
def test_get_model_by_id_graphql(self, mock_post: MagicMock) -> None:
0 commit comments