From 633f6973b2fa59cb9b4a5e87340b637bbc0522e0 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 15:36:12 +0000 Subject: [PATCH] test: Update error message in test_agent_invalid_embedder_config Co-Authored-By: Joe Moura --- tests/test_agent_knowledge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_agent_knowledge.py b/tests/test_agent_knowledge.py index f8d131619..327fb82f6 100644 --- a/tests/test_agent_knowledge.py +++ b/tests/test_agent_knowledge.py @@ -40,7 +40,7 @@ def mock_vector_db(): def test_agent_invalid_embedder_config(): """Test that an invalid embedder configuration raises a ValueError.""" - with pytest.raises(ValueError, match="embedder_config must be a dictionary"): + with pytest.raises(ValueError, match="Input should be a valid dictionary"): Agent( role="test role", goal="test goal",