From 568789c7d9acae1e064966df80384da148ca4c34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Diemer?= <stephane.diemer@ubicast.eu> Date: Wed, 15 Mar 2017 15:16:08 +0100 Subject: [PATCH] Changed criticality. --- tests/test_backup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_backup.py b/tests/test_backup.py index c277ef8a..06222029 100755 --- a/tests/test_backup.py +++ b/tests/test_backup.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Copyright 2017, Florent Thiery ''' -Criticality: Medium +Criticality: Normal Checks that the server backups are not older than a day. ''' from datetime import datetime -- GitLab