mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
fix permission test
This commit is contained in:
parent
505e3db3bb
commit
a069cda08c
1 changed files with 1 additions and 1 deletions
|
@ -954,7 +954,7 @@ def test_ssowat_conf():
|
|||
assert permissions["wiki.main"]["public"] is False
|
||||
assert permissions["blog.main"]["public"] is False
|
||||
|
||||
assert permissions["wiki.main"]["auth_header"] is None
|
||||
assert permissions["wiki.main"]["auth_header"] is False
|
||||
assert permissions["blog.main"]["auth_header"] == "basic-without-password"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue