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
b4b55fae54
commit
133ce6e6b2
1 changed files with 2 additions and 2 deletions
|
@ -956,8 +956,8 @@ 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 False
|
||||
assert permissions["blog.main"]["auth_header"] is True
|
||||
assert permissions["wiki.main"]["auth_header"] is None
|
||||
assert permissions["blog.main"]["auth_header"] is "basic-without-password"
|
||||
|
||||
|
||||
def test_show_tile_cant_be_enabled():
|
||||
|
|
Loading…
Add table
Reference in a new issue