updated list options and response validatore tested
This commit is contained in:
@@ -102,7 +102,7 @@ class TokenEventMiddleware:
|
||||
)
|
||||
|
||||
# Intersect function codes with user accers objects available event codes
|
||||
reachable_event_codes = ["36a165fe-a2f3-437b-80ee-1ee44670fe70"]
|
||||
# reachable_event_codes = ["36a165fe-a2f3-437b-80ee-1ee44670fe70"]
|
||||
intersected_code = list(
|
||||
set(function_code_list_of_event) & set(reachable_event_codes)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user