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:
Alexandre Aubin 2021-01-21 20:30:13 +01:00 committed by GitHub
parent 9db63cc2ce
commit adec1fdf02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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):