Skip to content

Conversation

@scottlovegrove
Copy link
Contributor

Fixes ESLint @typescript-eslint/no-explicit-any errors in uncompletable task tests.

This is a follow-up to PR #418 to resolve the CI failures caused by improper 'any' type usage in test request body assertions.

Changes:

  • Replace as any with as Record<string, unknown> in test mock handlers
  • Maintains the same functionality while satisfying TypeScript linting rules

🤖 Generated with Claude Code

Fix ESLint @typescript-eslint/no-explicit-any errors in uncompletable task tests
by using proper typing for request body assertions instead of 'any' type.

This resolves CI failures from PR #418.

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

Co-Authored-By: Claude <noreply@anthropic.com>
@scottlovegrove scottlovegrove self-assigned this Nov 27, 2025
@scottlovegrove scottlovegrove merged commit d95300f into main Nov 27, 2025
2 checks passed
@scottlovegrove scottlovegrove deleted the fix/lint-errors-uncompletable branch November 27, 2025 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants