mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
tests: show_tile
+ label
no longer in ssowat conf file
This commit is contained in:
parent
ed7c626c28
commit
c80feaeed3
1 changed files with 0 additions and 6 deletions
|
@ -951,12 +951,6 @@ def test_ssowat_conf():
|
|||
assert permissions["wiki.main"]["auth_header"] is False
|
||||
assert permissions["blog.main"]["auth_header"] is True
|
||||
|
||||
assert permissions["wiki.main"]["label"] == "Wiki"
|
||||
assert permissions["blog.main"]["label"] == "Blog"
|
||||
|
||||
assert permissions["wiki.main"]["show_tile"] is True
|
||||
assert permissions["blog.main"]["show_tile"] is False
|
||||
|
||||
|
||||
def test_show_tile_cant_be_enabled():
|
||||
_permission_create_with_dummy_app(
|
||||
|
|
Loading…
Add table
Reference in a new issue