fix plugin
This commit is contained in:
parent
eee64f4542
commit
b09d781321
1 changed files with 1 additions and 8 deletions
|
|
@ -6,14 +6,7 @@ from playwright.sync_api import BrowserContext, Page
|
||||||
|
|
||||||
from src.dir_manager import DirManager
|
from src.dir_manager import DirManager
|
||||||
|
|
||||||
# from src.tests_authentik.fixtures_authentik import (
|
pytest_plugins = "tests_authentik.fixtures_authentik"
|
||||||
# authentik_admin_context,
|
|
||||||
# authentik_admin_page,
|
|
||||||
# authentik_user_context,
|
|
||||||
# authentik_user_page,
|
|
||||||
# )
|
|
||||||
|
|
||||||
pytest_plugins = "src.tests_authentik.fixtures_authentik"
|
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue