Fixed broken test
This commit is contained in:
@@ -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",
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user