diff --git a/src-tests/tests_wordpress/conftest.py b/src-tests/tests_wordpress/conftest.py index ac095dc..c844cbf 100644 --- a/src-tests/tests_wordpress/conftest.py +++ b/src-tests/tests_wordpress/conftest.py @@ -6,14 +6,7 @@ from playwright.sync_api import BrowserContext, Page from src.dir_manager import DirManager -# from src.tests_authentik.fixtures_authentik import ( -# authentik_admin_context, -# authentik_admin_page, -# authentik_user_context, -# authentik_user_page, -# ) - -pytest_plugins = "src.tests_authentik.fixtures_authentik" +pytest_plugins = "tests_authentik.fixtures_authentik" @pytest.fixture