Fix #7060: Remove obsolete micro_agent_name attribute from test_long_term_memory.py (#7061)

Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
Engel Nyst 2025-03-03 16:51:36 +01:00 committed by GitHub
parent d395b5e11f
commit e4acfa68ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,6 @@ def mock_llm_config() -> LLMConfig:
@pytest.fixture
def mock_agent_config() -> AgentConfig:
config = AgentConfig(
micro_agent_name='test_micro_agent',
memory_enabled=True,
memory_max_threads=4,
llm_config='test_llm_config',