tests: dunno what i'm doing but that scope=module is no good

This commit is contained in:
Alexandre Aubin 2021-09-05 20:55:17 +02:00
parent 3936589d3b
commit 39006dbf13

View file

@ -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(