fix: resolve missing ENCRYPTION_KEY in assistant route tests

This commit is contained in:
2026-03-21 12:19:47 +03:00
parent abee05558f
commit 005797334b
2 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
import os
os.environ["ENCRYPTION_KEY"] = "OnrCzomBWbIjTf7Y-fnhL2adlU55bHZQjp8zX5zBC5w="
# [DEF:AssistantApiTests:Module]
# @COMPLEXITY: 3
# @SEMANTICS: tests, assistant, api

View File

@@ -1,3 +1,5 @@
import os
os.environ["ENCRYPTION_KEY"] = "OnrCzomBWbIjTf7Y-fnhL2adlU55bHZQjp8zX5zBC5w="
# [DEF:TestAssistantAuthz:Module]
# @COMPLEXITY: 3
# @SEMANTICS: tests, assistant, authz, confirmation, rbac