Fixed broken test

This commit is contained in:
Fahad
2025-08-08 09:54:23 +05:00
parent d24987c103
commit 2bbb858d93
3 changed files with 29 additions and 9 deletions

View File

@@ -104,8 +104,12 @@ DATABASE_CONFIG = {
response3, _ = self.call_mcp_tool(
"codereview",
{
"files": [validation_file],
"prompt": "Review this configuration file",
"step": "Review this configuration file for quality and potential issues",
"step_number": 1,
"total_steps": 1,
"next_step_required": False,
"findings": "Starting code review of configuration file",
"relevant_files": [validation_file],
"model": "flash",
},
)