mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
server/tests: add necessary privilege to fixture
This commit is contained in:
@ -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,
|
||||
},
|
||||
}
|
||||
)
|
||||
|
Reference in New Issue
Block a user