fix authentik fixture import

This commit is contained in:
Daniel 2023-12-05 23:41:46 +01:00
parent 704af5b32c
commit 0e9d0e0334
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ from playwright.sync_api import BrowserContext, Page
from abratest.dir_manager import DirManager from abratest.dir_manager import DirManager
from abratest.utils import BaseUrl from abratest.utils import BaseUrl
pytest_plugins = "tests_authentik.fixtures_authentik" pytest_plugins = "authentik.tests_authentik.fixtures_authentik"
NEXTCLOUD_DEMO_USER = { NEXTCLOUD_DEMO_USER = {
"NEXTCLOUD_USER": "next_demo_user", "NEXTCLOUD_USER": "next_demo_user",

View file

@ -6,7 +6,7 @@ from playwright.sync_api import BrowserContext, Page
from abratest.dir_manager import DirManager from abratest.dir_manager import DirManager
pytest_plugins = "tests_authentik.fixtures_authentik" pytest_plugins = "authentik.tests_authentik.fixtures_authentik"
@pytest.fixture @pytest.fixture