model-path-fix
Some checks failed
Deploy on push / deploy (push) Failing after 1m14s

This commit is contained in:
2025-09-01 16:10:10 +03:00
parent a1e4d0d391
commit 9daade05c0
6 changed files with 103 additions and 53 deletions

View File

@@ -209,11 +209,6 @@ class MockInfo:
}
self.field_nodes = [MockFieldNode(requested_fields or [])]
# Патчинг зависимостей
@patch('storage.redis.aioredis')
def test_redis_connection(mock_aioredis):
# Тест логики
pass
```
### Асинхронные тесты