Add WebSocket reconnection tests (68 unit + 18 integration)
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user