We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e06c740 commit 2cf1312Copy full SHA for 2cf1312
1 file changed
tests/test_aimodels.py
@@ -56,7 +56,7 @@ def test_get_model_by_id_graphql(self, mock_post: MagicMock) -> None:
56
"""Test get AI model by ID using GraphQL."""
57
mock_post.return_value = {
58
"data": {
59
- "aiModel": {
+ "getAiModel": {
60
"id": "123",
61
"displayName": "Test Model",
62
"description": "A test model",
0 commit comments