Skip to content

Commit

Permalink
chore: fix Vertex tests (#1163)
Browse files Browse the repository at this point in the history
* try fixing tests

* more fixes
  • Loading branch information
anakin87 authored Oct 31, 2024
1 parent e97cfee commit 8db9990
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions integrations/google_vertex/tests/chat/test_gemini.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ def test_to_dict_with_params(_mock_vertexai_init, _mock_generative_model):
"unit": {"type_": "STRING", "enum": ["celsius", "fahrenheit"]},
},
"required": ["location"],
"property_ordering": ["location", "unit"],
},
}
]
Expand Down
1 change: 1 addition & 0 deletions integrations/google_vertex/tests/test_gemini.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ def test_to_dict_with_params(_mock_vertexai_init, _mock_generative_model):
"unit": {"type_": "STRING", "enum": ["celsius", "fahrenheit"]},
},
"required": ["location"],
"property_ordering": ["location", "unit"],
},
}
]
Expand Down

0 comments on commit 8db9990

Please sign in to comment.