No more 'app' type

This commit is contained in:
Alexandre Aubin 2020-11-07 17:41:40 +01:00
parent 603d663c8d
commit e15a959860

View file

@ -860,7 +860,7 @@ class Manifest(TestSuite):
@test() @test()
def install_args(self): def install_args(self):
recognized_types = ("domain", "path", "boolean", "app", "password", "user", "string", "display_text") recognized_types = ("domain", "path", "boolean", "password", "user", "string", "display_text")
for argument in self.manifest["arguments"].get("install", []): for argument in self.manifest["arguments"].get("install", []):
if not isinstance(argument.get("optional", False), bool): if not isinstance(argument.get("optional", False), bool):