fix plugins dir

This commit is contained in:
Daniel 2023-12-05 18:08:34 +01:00
parent 15190508ec
commit 52c5e24f7a

View file

@ -7,7 +7,7 @@ from playwright.sync_api import BrowserContext, Page
from src.dir_manager import DirManager
from src.utils import BaseUrl
pytest_plugins = "src.tests_authentik.fixtures_authentik"
pytest_plugins = "tests_authentik.fixtures_authentik"
NEXTCLOUD_DEMO_USER = {
"NEXTCLOUD_USER": "next_demo_user",