Add WebSocket reconnection tests (68 unit + 18 integration)

This commit is contained in:
2026-02-01 09:50:46 +01:00
parent bd5538be59
commit 30ff7c7a93
5 changed files with 1606 additions and 17 deletions

View File

@@ -504,7 +504,7 @@ class TestBackupEdgeCases:
async def test_concurrent_backup_operations(self, authenticated_client):
"""Test multiple concurrent backup operations."""
import asyncio
# Create multiple backups concurrently
tasks = [
authenticated_client.post("/api/config/backups")