This should fix "ci-app-test-result" order

This commit is contained in:
Kayou 2019-03-01 11:28:57 +01:00 committed by GitHub
parent e3f05628e0
commit 64affcb546
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,19 +96,19 @@ class AppCI():
tests = [ "Package linter", tests = [ "Package linter",
"Installation", "Installation",
"Deleting", "Deleting",
"Upgrade",
"Backup",
"Restore",
"Change URL",
"Installation in a sub path", "Installation in a sub path",
"Deleting from a sub path", "Deleting from a sub path",
"Installation on the root", "Installation on the root",
"Deleting from root", "Deleting from root",
"Upgrade",
"Installation in private mode", "Installation in private mode",
"Installation in public mode", "Installation in public mode",
"Multi-instance installations", "Multi-instance installations",
"Malformed path", "Malformed path",
"Port already used" ] "Port already used",
"Backup",
"Restore",
"Change URL" ]
def update(): def update():