auth and rbac improves
Some checks failed
Deploy on push / deploy (push) Failing after 31s

This commit is contained in:
2025-08-20 18:33:58 +03:00
parent fe76eef273
commit ba3f006f1f
10 changed files with 410 additions and 178 deletions

View File

@@ -19,8 +19,8 @@ import pytest
sys.path.append(str(Path(__file__).parent))
from orm.author import Author
from orm.community import assign_role_to_user
from orm.shout import Shout
from rbac.api import assign_role_to_user
from resolvers.editor import unpublish_shout
from storage.db import local_session