fix plugins dir
This commit is contained in:
parent
15190508ec
commit
52c5e24f7a
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue