mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
parent
d06d1cdee4
commit
d7f25bec2a
1 changed files with 2 additions and 4 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Reference in a new issue