server/tests: add necessary privilege to fixture

This commit is contained in:
noirscape 2023-01-08 18:02:07 +01:00
parent 113f7a6a48
commit 564cb360a1

View file

@ -14,6 +14,7 @@ def inject_config(config_injector):
"privileges": { "privileges": {
"posts:list": model.User.RANK_REGULAR, "posts:list": model.User.RANK_REGULAR,
"posts:view": model.User.RANK_REGULAR, "posts:view": model.User.RANK_REGULAR,
"pools:list": model.User.RANK_REGULAR,
}, },
} }
) )