aboutsummaryrefslogtreecommitdiff
path: root/autogpts/autogpt/tests/integration/agent_factory.py
diff options
context:
space:
mode:
Diffstat (limited to 'autogpts/autogpt/tests/integration/agent_factory.py')
-rw-r--r--autogpts/autogpt/tests/integration/agent_factory.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/autogpts/autogpt/tests/integration/agent_factory.py b/autogpts/autogpt/tests/integration/agent_factory.py
index 59b3164aa..b51759f85 100644
--- a/autogpts/autogpt/tests/integration/agent_factory.py
+++ b/autogpts/autogpt/tests/integration/agent_factory.py
@@ -41,7 +41,6 @@ def dummy_agent(config: Config, llm_provider, memory_json_file):
fast_llm=config.fast_llm,
smart_llm=config.smart_llm,
use_functions_api=config.openai_functions,
- plugins=config.plugins,
),
prompt_config=agent_prompt_config,
history=Agent.default_settings.history.copy(deep=True),