Skip to content

Commit

Permalink
update test case on empty_dictionary_with_dynamic_retrieval_config
Browse files Browse the repository at this point in the history
  • Loading branch information
shilpakancharla committed Sep 19, 2024
1 parent 91fc30c commit cc45552
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 @@ -436,7 +436,7 @@ def test_code_execution(self, tools):
@parameterized.named_parameters(
["string", "google_search_retrieval"],
["empty_dictionary", {"google_search_retrieval": {}}],
["empty_dictionary_with_dynamic_retrieval_config", {"dynamic_retrieval_config": {}}],
["empty_dictionary_with_dynamic_retrieval_config", {"google_search_retrieval": {"dynamic_retrieval_config": {}}}],
[
"dictionary_with_mode_integer",
{"google_search_retrieval": {"dynamic_retrieval_config": {"mode": 0}}},
Expand Down

0 comments on commit cc45552

Please sign in to comment.