server/tests: add necessary privilege to fixture

This commit is contained in:
noirscape
2023-01-08 18:02:07 +01:00
committed by Eva
parent 650d9784c0
commit 871ebe4083

View File

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