fix: resolve missing ENCRYPTION_KEY in assistant route tests
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
import os
|
||||||
|
os.environ["ENCRYPTION_KEY"] = "OnrCzomBWbIjTf7Y-fnhL2adlU55bHZQjp8zX5zBC5w="
|
||||||
# [DEF:AssistantApiTests:Module]
|
# [DEF:AssistantApiTests:Module]
|
||||||
# @COMPLEXITY: 3
|
# @COMPLEXITY: 3
|
||||||
# @SEMANTICS: tests, assistant, api
|
# @SEMANTICS: tests, assistant, api
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
import os
|
||||||
|
os.environ["ENCRYPTION_KEY"] = "OnrCzomBWbIjTf7Y-fnhL2adlU55bHZQjp8zX5zBC5w="
|
||||||
# [DEF:TestAssistantAuthz:Module]
|
# [DEF:TestAssistantAuthz:Module]
|
||||||
# @COMPLEXITY: 3
|
# @COMPLEXITY: 3
|
||||||
# @SEMANTICS: tests, assistant, authz, confirmation, rbac
|
# @SEMANTICS: tests, assistant, authz, confirmation, rbac
|
||||||
|
|||||||
Reference in New Issue
Block a user