From 64affcb546392426fb538a0052e3c37921714afb Mon Sep 17 00:00:00 2001 From: Kayou Date: Fri, 1 Mar 2019 11:28:57 +0100 Subject: [PATCH] This should fix "ci-app-test-result" order --- app/models/appci.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/models/appci.py b/app/models/appci.py index 60a822e..f84e752 100644 --- a/app/models/appci.py +++ b/app/models/appci.py @@ -96,19 +96,19 @@ class AppCI(): tests = [ "Package linter", "Installation", "Deleting", - "Upgrade", - "Backup", - "Restore", - "Change URL", "Installation in a sub path", "Deleting from a sub path", "Installation on the root", "Deleting from root", + "Upgrade", "Installation in private mode", "Installation in public mode", "Multi-instance installations", "Malformed path", - "Port already used" ] + "Port already used", + "Backup", + "Restore", + "Change URL" ] def update():