mirror of
https://github.com/YunoHost/package_linter.git
synced 2024-09-03 20:06:12 +02:00
Requalify the check that app is working as an Error instead of Critical because that's hella confusing for CI test on apps not yet in the catalog
This commit is contained in:
parent
9db63cc2ce
commit
adec1fdf02
1 changed files with 1 additions and 1 deletions
|
@ -1129,7 +1129,7 @@ class AppCatalog(TestSuite):
|
|||
def state_is_working(self):
|
||||
|
||||
if self.catalog_infos and self.catalog_infos.get("state", "working") != "working":
|
||||
yield Critical("The application is not flagged as working in YunoHost's apps catalog")
|
||||
yield Error("The application is not flagged as working in YunoHost's apps catalog")
|
||||
|
||||
@test()
|
||||
def has_category(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue