remove fixture

This commit is contained in:
Lorenze Jay
2025-01-24 14:28:56 -08:00
parent ab8d56de4f
commit 849908c7ea
2 changed files with 0 additions and 207 deletions

View File

@@ -1602,7 +1602,6 @@ def test_agent_with_knowledge_sources():
assert "red" in result.raw.lower()
@pytest.mark.vcr(filter_headers=["authorization"])
def test_agent_with_knowledge_sources_works_with_test():
content = "Brandon's favorite color is red and he likes Mexican food."
string_source = StringKnowledgeSource(content=content)

File diff suppressed because one or more lines are too long