Skip to content

Commit

Permalink
Update tests/test_content.py
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Daoust <[email protected]>
  • Loading branch information
shilpakancharla and MarkDaoust authored Sep 16, 2024
1 parent 250fb41 commit 8ed4a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_content.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ def test_code_execution(self, tools):
self.assertIsInstance(t.code_execution, protos.CodeExecution)

@parameterized.named_parameters(
["string", "unspecified"],
["string", "google_search_retrieval"],
[
"dictionary",
{"google_search_retrieval": {"mode": "unspecified", "dynamic_threshold": 0.5}},
Expand Down

0 comments on commit 8ed4a25

Please sign in to comment.