mirror of
https://github.com/KohakuBlueleaf/KohakuHub.git
synced 2026-07-10 16:20:59 -05:00
use db.atomic and remove async operation about db operation to allow multi worker/load balance
This commit is contained in:
@@ -190,7 +190,7 @@ def test_org(authenticated_http_client):
|
||||
|
||||
This fixture creates an organization for testing org-related features.
|
||||
"""
|
||||
from kohakuhub.org.routes import CreateOrganizationPayload
|
||||
from kohakuhub.api.org.router import CreateOrganizationPayload
|
||||
|
||||
client = authenticated_http_client
|
||||
|
||||
|
||||
Reference in New Issue
Block a user