Tested and fixed trust createorupdate

This commit is contained in:
simonwt 2026-04-07 21:54:52 +01:00
parent 255d6ef37b
commit 766ff5b69d
11 changed files with 100 additions and 4 deletions

View file

@ -7,11 +7,15 @@ from tests.utils.get_parent_pksk_from_path import TestGetParentPkskFromPath
from tests.utils.make_comment_sk import TestMakeCommentSk
from tests.utils.make_post_sk import TestMakePostSk
from tests.utils.get_child_spksk_from_paths import TestGetChildSpkskFromPaths
from tests.utils.get_user_slug_from_path import TestGetUserSlugFromPath
from tests.utils.get_userprofile_pksk_from_slug import TestGetUserprofilePkskFromSlug
from tests.wrappers.create_post import TestCreatePost
from tests.wrappers.create_comment import TestCreateComment
from tests.wrappers.react import TestReact
from tests.wrappers.vote import TestVoteCast
from tests.wrappers.trust import TestTrustCreateOrUpdate
from tests.apiclient import TestAPIClient