Mapper tests use inline expected context data rather than shared test cases from engine-test-data repository.
Acceptance criteria
Technical context
Current implementation uses non-portable hash:
|
return String.valueOf(keyBuilder.toString().hashCode()); |
Portable standard (JSON + SHA256):
Shared test data: Flagsmith/engine-test-data#46
Related issues: