From 0e9d0e0334ce5742119d396b2a3cbc00349c813b Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 5 Dec 2023 23:41:46 +0100 Subject: [PATCH] fix authentik fixture import --- recipes/nextcloud/tests_nextcloud/conftest.py | 2 +- recipes/wordpress/tests_wordpress/conftest.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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