refactor so that coordinator instance is available in runner instance #8
2 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue