Pin S3 and SMB connector peers

This commit is contained in:
2026-08-04 10:40:46 +02:00
parent 0c68e904cf
commit 92e649477f
15 changed files with 840 additions and 112 deletions
+2
View File
@@ -9,6 +9,7 @@ from sqlalchemy.orm import Session
from govoplan_access.backend.db.models import Account, Group, User
from govoplan_core.auth import ApiPrincipal
from govoplan_core.core.access import PrincipalRef
from govoplan_core.core.change_sequence import ChangeSequenceEntry
from govoplan_core.core.events import EventObjectRef, EventTenantRef, PlatformEvent
from govoplan_core.core.search import (
SearchAuthorizationRequest,
@@ -35,6 +36,7 @@ class FilesSearchSourceTests(unittest.TestCase):
FileAsset.__table__,
FileFolder.__table__,
FileShare.__table__,
ChangeSequenceEntry.__table__,
),
)
self.session = Session(self.engine)