From 9a07ceb262acfa13b2c7f3e8f693b75818c50a6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florent=20Thi=C3=A9ry?= <florent.thiery@ubicast.eu> Date: Fri, 3 Feb 2017 11:37:49 +0100 Subject: [PATCH] fix ntp desc --- tests/test_ntp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_ntp.py b/tests/test_ntp.py index 8772ab26..5764e1bb 100755 --- a/tests/test_ntp.py +++ b/tests/test_ntp.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Copyright 2017, Florent Thiery ''' -Check that the time synchronization server is reachable. +Check that the server is synchronized with the configured NTP server ''' import os import sys -- GitLab