mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Fix tests
This commit is contained in:
parent
d74f454024
commit
57c8864292
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ def test_app_config_get_nonexistentstuff(config_app):
|
|||
app_config_get(config_app, "main.components.nonexistent")
|
||||
|
||||
app_setting(config_app, "boolean", delete=True)
|
||||
with pytest.raises(YunohostValidationError):
|
||||
with pytest.raises(YunohostError):
|
||||
app_config_get(config_app, "main.components.boolean")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue