fix imports
This commit is contained in:
parent
6170840286
commit
126873793c
1 changed files with 6 additions and 1 deletions
|
|
@ -1,6 +1,11 @@
|
|||
import os
|
||||
|
||||
from src.tests_authentik.fixtures_authentik import admin_context, authentik_admin_page, user_context
|
||||
from src.tests_authentik.fixtures_authentik import (
|
||||
authentik_admin_context,
|
||||
authentik_admin_page,
|
||||
authentik_user_context,
|
||||
authentik_user_page,
|
||||
)
|
||||
|
||||
NEXTCLOUD_DEMO_USER = {
|
||||
"NEXTCLOUD_USER": "next_demo_user",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue