From b09d7813215619f9136aa558b857aba1b9d21ff0 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 5 Dec 2023 18:07:54 +0100 Subject: [PATCH] fix plugin --- src-tests/tests_wordpress/conftest.py | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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