refactor so that coordinator instance is available in runner instance #8

Merged
dan merged 16 commits from coordinator-in-runner into dev 2023-12-06 12:05:15 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 0e9d0e0334 - Show all commits

View file

@ -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",

View file

@ -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