Skip to content

Commit

Permalink
Minor test detail update
Browse files Browse the repository at this point in the history
  • Loading branch information
vblagoje committed Jun 17, 2024
1 parent dffa818 commit 08ca038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/cohere/tests/test_cohere_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def test_to_dict_with_lambda_streaming_callback(self, monkeypatch):
"type": "haystack_integrations.components.generators.cohere.generator.CohereGenerator",
"init_parameters": {
"model": "command",
"streaming_callback": "tests.test_cohere_generators.<lambda>",
"streaming_callback": "tests.test_cohere_generator.<lambda>",
"api_base_url": "test-base-url",
"api_key": {"type": "env_var", "env_vars": ["COHERE_API_KEY", "CO_API_KEY"], "strict": True},
"generation_kwargs": {},
Expand Down

0 comments on commit 08ca038

Please sign in to comment.