Skip to content

Commit 8ed4a25

Browse files
Update tests/test_content.py
Co-authored-by: Mark Daoust <[email protected]>
1 parent 250fb41 commit 8ed4a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_content.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ def test_code_execution(self, tools):
434434
self.assertIsInstance(t.code_execution, protos.CodeExecution)
435435

436436
@parameterized.named_parameters(
437-
["string", "unspecified"],
437+
["string", "google_search_retrieval"],
438438
[
439439
"dictionary",
440440
{"google_search_retrieval": {"mode": "unspecified", "dynamic_threshold": 0.5}},

0 commit comments

Comments
 (0)