mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
tests: dunno what i'm doing but that scope=module is no good
This commit is contained in:
parent
3936589d3b
commit
39006dbf13
1 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ def clean():
|
|||
os.system("systemctl start nginx")
|
||||
|
||||
|
||||
@pytest.fixture(scope="module")
|
||||
@pytest.fixture()
|
||||
def legacy_app(request):
|
||||
|
||||
main_domain = _get_maindomain()
|
||||
|
@ -78,7 +78,7 @@ def legacy_app(request):
|
|||
|
||||
|
||||
|
||||
@pytest.fixture(scope="module")
|
||||
@pytest.fixture()
|
||||
def config_app(request):
|
||||
|
||||
app_install(
|
||||
|
|
Loading…
Add table
Reference in a new issue