Финальная стабильная реализация
This commit is contained in:
@@ -31,6 +31,7 @@ def test_full_mode_rejects_portal_host_mismatch() -> None:
|
||||
contact_user_id_field="UF_CRM_1",
|
||||
contact_registered_field="UF_CRM_2",
|
||||
contact_citizenship_field="UF_CRM_3",
|
||||
contact_source="WEB",
|
||||
webhook_allowed_cidrs="203.0.113.0/24",
|
||||
)
|
||||
|
||||
@@ -56,6 +57,10 @@ def test_image_default_allows_compose_process_role_override() -> None:
|
||||
for source in (compose, production_compose):
|
||||
assert 'command: ["han-bitrix-sync-worker"]' in source
|
||||
assert 'command: ["han-bitrix-sync-reconciliation"]' in source
|
||||
reconciliation_service = source.split(" bitrix-sync-reconciliation:", 1)[1].split(
|
||||
"\n bitrix-sync-", 1
|
||||
)[0]
|
||||
assert 'restart: "no"' in reconciliation_service
|
||||
|
||||
|
||||
def test_alembic_chain_preserves_legacy_baseline() -> None:
|
||||
|
||||
Reference in New Issue
Block a user