diff --git a/src-tests/tests_nextcloud/conftest.py b/src-tests/tests_nextcloud/conftest.py index 1a62357..7b8ca2d 100644 --- a/src-tests/tests_nextcloud/conftest.py +++ b/src-tests/tests_nextcloud/conftest.py @@ -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",