Skip to content

Commit 2cf1312

Browse files
committed
fix sdk test
1 parent e06c740 commit 2cf1312

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_aimodels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def test_get_model_by_id_graphql(self, mock_post: MagicMock) -> None:
5656
"""Test get AI model by ID using GraphQL."""
5757
mock_post.return_value = {
5858
"data": {
59-
"aiModel": {
59+
"getAiModel": {
6060
"id": "123",
6161
"displayName": "Test Model",
6262
"description": "A test model",

0 commit comments

Comments
 (0)