Files
claude-hub/test/test-payload.json
Jonathan Flatt de2c25977c test: Fix failing unit tests by improving mock configuration
- Fixed githubController.test.js by adding proper secureCredentials mock
- Fixed githubService.test.js by adding logger and secureCredentials mocks
- Applied code formatting with Prettier across all files
- All tests now pass successfully

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-05-21 23:03:07 -05:00

21 lines
375 B
JSON

{
"action": "created",
"comment": {
"id": 1234567890,
"body": "@ClaudeBot What is the purpose of the authentication function in this repo?",
"user": {
"login": "testuser"
}
},
"issue": {
"number": 123
},
"repository": {
"full_name": "test-org/test-repo",
"name": "test-repo",
"owner": {
"login": "test-org"
}
}
}