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):
|
||||
# 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")
|
||||
|
|
Loading…
Add table
Reference in a new issue