summaryrefslogtreecommitdiff
path: root/server/szurubooru/tests/api/test_post_retrieving.py
diff options
context:
space:
mode:
authorHunternif <hunternif@gmail.com>2025-02-16 02:03:11 +0000
committerHunternif <hunternif@gmail.com>2025-02-16 02:03:11 +0000
commitde70036baba5b5dff869c79c3ec79e8726990b49 (patch)
tree2d1293121d6ed55b64f7cb5510565786fb415612 /server/szurubooru/tests/api/test_post_retrieving.py
parenta859d448b2573bab7990521aa4dcb823ba576801 (diff)
parent7e09f39cb9c6ad5ffb20411906c13aca74343617 (diff)
Merge branch 'priv-view-unsafe-posts' into hunternif
Diffstat (limited to 'server/szurubooru/tests/api/test_post_retrieving.py')
-rw-r--r--server/szurubooru/tests/api/test_post_retrieving.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/szurubooru/tests/api/test_post_retrieving.py b/server/szurubooru/tests/api/test_post_retrieving.py
index b2d5c8e..0e9e918 100644
--- a/server/szurubooru/tests/api/test_post_retrieving.py
+++ b/server/szurubooru/tests/api/test_post_retrieving.py
@@ -17,6 +17,7 @@ def inject_config(config_injector):
"posts:list": model.User.RANK_REGULAR,
"posts:view": model.User.RANK_REGULAR,
"posts:view:unsafe": model.User.RANK_REGULAR,
+ "posts:list:unsafe": model.User.RANK_REGULAR,
},
}
)