We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91fc30c commit cc45552Copy full SHA for cc45552
tests/test_content.py
@@ -436,7 +436,7 @@ def test_code_execution(self, tools):
436
@parameterized.named_parameters(
437
["string", "google_search_retrieval"],
438
["empty_dictionary", {"google_search_retrieval": {}}],
439
- ["empty_dictionary_with_dynamic_retrieval_config", {"dynamic_retrieval_config": {}}],
+ ["empty_dictionary_with_dynamic_retrieval_config", {"google_search_retrieval": {"dynamic_retrieval_config": {}}}],
440
[
441
"dictionary_with_mode_integer",
442
{"google_search_retrieval": {"dynamic_retrieval_config": {"mode": 0}}},
0 commit comments