Remove hack for authenticator

It's solved in the moulinette with #185
This commit is contained in:
Josué Tille 2018-12-11 20:18:23 +01:00
parent d06d1cdee4
commit d7f25bec2a

View file

@ -19,10 +19,8 @@ maindomain = _get_maindomain()
def setup_function(function): def setup_function(function):
# For some reason the nginx reload can take some time to propagate pass
time.sleep(1)
global auth
auth = init_authenticator(AUTH_IDENTIFIER, AUTH_PARAMETERS)
def teardown_function(function): def teardown_function(function):
app_remove(auth, "change_url_app") app_remove(auth, "change_url_app")