This is a test - please ignore this repository!
ActivityControllerIntegrationTest was failing because the helper method
createTestActivity() didn't set the source_file_format field, which
became required after migration V15.
Added sourceFileFormat("FIT") to the Activity builder in the test helper.
Test Results:
- ✅ 128 tests passing
- ✅ 0 failures
- ✅ 0 errors
- 4 tests skipped (expected)
All integration tests now pass with Docker/Testcontainers.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
||
|---|---|---|
| .idea | ||
| src | ||
| .dockerignore | ||
| .env.example | ||
| .gitignore | ||
| CLAUDE.md | ||
| docker-compose.federation-test.yml | ||
| docker-compose.yml | ||
| DOCKER.md | ||
| Dockerfile | ||
| FEDERATION_TESTING_GUIDE.md | ||
| MVP_COMPLETE.md | ||
| pom.xml | ||