Skip to content

Commit

Permalink
add mock_e2b_api_key_none
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahwooders committed Nov 27, 2024
1 parent c6b2a17 commit 236dbb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_client_legacy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 236dbb5

Please sign in to comment.