mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
ci: test now returns a YunohostError instead of YunohostValidationError
This commit is contained in:
parent
9c22329e2b
commit
d09e3e79b3
1 changed files with 1 additions and 1 deletions
|
@ -114,5 +114,5 @@ def test_domain_config_set():
|
|||
|
||||
|
||||
def test_domain_configs_unknown():
|
||||
with pytest.raises(YunohostValidationError):
|
||||
with pytest.raises(YunohostError):
|
||||
domain_config_get(TEST_DOMAINS[2], "feature.xmpp.xmpp.xmpp")
|
||||
|
|
Loading…
Add table
Reference in a new issue