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