DeutschLernen/Tests/Unit/Infrastructure/Services
Lasse Rune Hansen 33ed27abd8
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fix(backend): resolve admin redirect, null reference, and Docker build issues
- Added Role to AuthResponse DTO and all auth endpoints
- Fixed null config handling in MistralConnector, TtsService, VoskService, MistralService
- Fixed BaseAddress setup in MistralConnector to work without API key
- Reverted seed data to use hardcoded bcrypt hashes (compatible with PasswordHasher)
- Added integration tests for StoryController
- Added unit tests for MistralConnector
- Updated frontend AuthResponse type to include role

Fixes admin redirect to /, story generation null reference, and Docker build failures.

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
2026-06-16 17:35:50 +02:00
..
JwtTokenValidationTests.cs fix(backend/auth): Fix JWT claim mapping issue causing 401 on /me endpoint 2026-06-14 18:25:49 +02:00
MistralConnectorTests.cs fix(backend): resolve admin redirect, null reference, and Docker build issues 2026-06-16 17:35:50 +02:00
TtsServiceTests.cs fix(backend/tests): fix failing unit tests for AI services 2026-06-13 12:55:28 +02:00
VoskServiceTests.cs feat(backend/application): implement Phase 5 AI Service Integration 2026-06-13 12:44:10 +02:00