From 52c5e24f7a2c3fe76ada6ba7b48ff87ab438d7ab Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 5 Dec 2023 18:08:34 +0100 Subject: [PATCH] fix plugins dir --- src-tests/tests_nextcloud/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",