refactor: split admin/config.py into ai_config and db_config
This commit is contained in:
@@ -38,7 +38,7 @@ def test_db_settings_workflow(test_client, admin_token):
|
||||
|
||||
def test_ai_config(test_client, admin_token):
|
||||
response = test_client.get(
|
||||
"/admin/db/settings/ai",
|
||||
"/admin/ai/settings",
|
||||
headers={"Authorization": f"Bearer {admin_token}"}
|
||||
)
|
||||
assert response.status_code == status.HTTP_200_OK
|
||||
|
||||
Reference in New Issue
Block a user