Skip to content

Commit 0dddbaa

Browse files
committed
debugging
1 parent d367a60 commit 0dddbaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_canary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def update_canary_issue(config: Dict[str, Any], test_stats: Dict[str, Any]):
137137
- **Test Environment:** {config['repo_owner']}/{config['repo_name']}
138138
- **Project ID:** `{config['project_id']}`
139139
140-
{f"## Error Information\\n```\\n{test_stats['error']}\\n```\\n" if test_stats.get('error') else ''}
140+
{"## Error Information\n```\n" + str(test_stats['error']) + "\n```\n" if test_stats.get('error') else ''}
141141
142142
---
143143
*This issue is automatically updated by the GitHub Projects MCP Server test suite to demonstrate functionality and serve as a health check.*

0 commit comments

Comments
 (0)