mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-03 12:53:53 +00:00

* fix: Validate EntityLink column existence during test case creation - Update EntityRepository.validateColumn() to use case-insensitive comparison - Add column existence validation to TestCaseRepository.validateColumnTestCase() - Prevents test case creation with invalid column references due to case sensitivity Fixes #20888 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: IceS2 <IceS2@users.noreply.github.com> * small fix * Add tests * Fix test --------- Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com> Co-authored-by: IceS2 <IceS2@users.noreply.github.com> Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com> (cherry picked from commit a2541d25ce3e675e652de8772d89dd51e33817af)