diff --git a/recipes/nextcloud/tests_nextcloud/conftest.py b/recipes/nextcloud/tests_nextcloud/conftest.py index 88f5b09..abdf9f9 100644 --- a/recipes/nextcloud/tests_nextcloud/conftest.py +++ b/recipes/nextcloud/tests_nextcloud/conftest.py @@ -7,7 +7,7 @@ from playwright.sync_api import BrowserContext, Page from abratest.dir_manager import DirManager from abratest.utils import BaseUrl -pytest_plugins = "tests_authentik.fixtures_authentik" +pytest_plugins = "authentik.tests_authentik.fixtures_authentik" NEXTCLOUD_DEMO_USER = { "NEXTCLOUD_USER": "next_demo_user", diff --git a/recipes/wordpress/tests_wordpress/conftest.py b/recipes/wordpress/tests_wordpress/conftest.py index db4e529..c91a525 100644 --- a/recipes/wordpress/tests_wordpress/conftest.py +++ b/recipes/wordpress/tests_wordpress/conftest.py @@ -6,7 +6,7 @@ from playwright.sync_api import BrowserContext, Page from abratest.dir_manager import DirManager -pytest_plugins = "tests_authentik.fixtures_authentik" +pytest_plugins = "authentik.tests_authentik.fixtures_authentik" @pytest.fixture