From ab4f8a36e3653255a76271b863b73b93b648f3d2 Mon Sep 17 00:00:00 2001 From: Derek Xu Date: Mon, 4 Aug 2025 18:45:21 -0700 Subject: [PATCH] Bug in tests/pytest/test_pytest_mcp_config.py --- tests/pytest/test_pytest_mcp_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pytest/test_pytest_mcp_config.py b/tests/pytest/test_pytest_mcp_config.py index bbbff73b..7fa0109d 100644 --- a/tests/pytest/test_pytest_mcp_config.py +++ b/tests/pytest/test_pytest_mcp_config.py @@ -20,7 +20,7 @@ ] ], rollout_processor=default_agent_rollout_processor, - model=["fireworks_ai/accounts/fireworks/models/kimi-k2-instruct"], + model=["gpt-4.1"], mode="pointwise", mcp_config_path="tests/pytest/mcp_configurations/mock_discord_mcp_config.json", )