john-okeefe
77d683277a
test: add WebSocket integration tests
Add comprehensive WebSocket test coverage:
- TestWebSocketConnection: Basic connection and JWT auth
- TestWebSocketDeviceAuth: Device token authentication
- TestWebSocketProgressBroadcast: Real-time update delivery
- TestWebSocketPingPong: Heartbeat mechanism
- TestWebSocketConnectionLimit: Multiple concurrent connections
- TestWebSocketInvalidToken: Rejection of invalid tokens
- Helper function for test media item creation
Update test helpers to create ConnectionManager for tests.
Tests verify WebSocket connection, authentication, and
real-time progress broadcast functionality.
2026-01-30 21:48:30 -05:00
..
2026-01-29 09:23:34 -05:00
2026-01-28 16:13:50 -05:00
2026-01-30 21:48:30 -05:00
2026-01-29 15:52:11 -05:00
2026-01-30 08:33:03 -05:00
2026-01-29 10:52:14 -05:00
2026-01-30 20:55:20 -05:00
2026-01-29 09:23:34 -05:00
2026-01-28 16:13:50 -05:00
2026-01-28 12:50:42 -05:00
2026-01-29 09:23:34 -05:00
2026-01-30 21:48:30 -05:00
2026-01-29 09:23:34 -05:00
2026-01-30 13:52:11 -05:00
2026-01-29 15:51:05 -05:00
2026-01-28 12:50:42 -05:00
2026-01-30 08:33:03 -05:00
2026-01-29 09:23:34 -05:00
2026-01-30 21:48:30 -05:00
2026-01-28 12:50:42 -05:00
2026-01-29 09:23:34 -05:00
2026-01-30 21:48:30 -05:00