This commit is contained in:
Timothy Jaeryang Baek
2024-12-11 18:36:59 -08:00
parent 9e85ed861d
commit 3bda1a8b88
9 changed files with 335 additions and 347 deletions

View File

@@ -5,7 +5,7 @@ from fastapi import FastAPI
@contextmanager
def mock_webui_user(**kwargs):
from backend.open_webui.routers.webui import app
from open_webui.routers.webui import app
with mock_user(app, **kwargs):
yield