test(main): replace brittle smoke checks with AST contracts
This commit is contained in:
2
main.py
2
main.py
@@ -49,7 +49,7 @@ UPDATE_REPOSITORY = ""
|
||||
UPDATE_REPOSITORY_URL = "https://git.daemonlord.ru/benya/AnabasisChatRemove"
|
||||
UPDATE_CHANNEL_DEFAULT = "stable"
|
||||
UPDATE_REQUEST_TIMEOUT = 8
|
||||
AUTH_ERROR_CONTEXTS = ("load_chats", "execute_user_action", "set_user_admin", "_unused")
|
||||
AUTH_ERROR_CONTEXTS = ("load_chats", "execute_user_action", "set_user_admin")
|
||||
|
||||
|
||||
def get_resource_path(relative_path):
|
||||
|
||||
Reference in New Issue
Block a user