From d7f25bec2ab05faa6f69a9a37f75b570eb7430f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Tue, 11 Dec 2018 20:18:23 +0100 Subject: [PATCH] Remove hack for authenticator It's solved in the moulinette with #185 --- src/yunohost/tests/test_changeurl.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/yunohost/tests/test_changeurl.py b/src/yunohost/tests/test_changeurl.py index 13f8aca5d..eb10cd604 100644 --- a/src/yunohost/tests/test_changeurl.py +++ b/src/yunohost/tests/test_changeurl.py @@ -19,10 +19,8 @@ maindomain = _get_maindomain() def setup_function(function): - # For some reason the nginx reload can take some time to propagate - time.sleep(1) - global auth - auth = init_authenticator(AUTH_IDENTIFIER, AUTH_PARAMETERS) + pass + def teardown_function(function): app_remove(auth, "change_url_app")