From 236dbb50d34563265ac477cd0e4e264c7b340fe2 Mon Sep 17 00:00:00 2001 From: Sarah Wooders Date: Wed, 27 Nov 2024 11:47:46 -0800 Subject: [PATCH] add mock_e2b_api_key_none --- tests/test_client_legacy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_client_legacy.py b/tests/test_client_legacy.py index 9598acaa94..f74ab2c777 100644 --- a/tests/test_client_legacy.py +++ b/tests/test_client_legacy.py @@ -591,7 +591,7 @@ def has_model_endpoint_type(models: List["LLMConfig"], target_type: str) -> bool assert has_model_endpoint_type(models, "anthropic") -def test_shared_blocks(client: Union[LocalClient, RESTClient], agent: AgentState): +def test_shared_blocks(mock_e2b_api_key_none, client: Union[LocalClient, RESTClient], agent: AgentState): # _reset_config() # create a block