feat: 实现设置账号并发数功能(支持 bulk-update 与 fallback 逐个更新)
This commit is contained in:
@@ -121,7 +121,7 @@ def test_import_upstream_key_creates_sub2api_account_management_apikey(monkeypat
|
||||
assert body["credentials"]["api_key"] == "sk-upstream-generated"
|
||||
assert body["credentials"]["base_url"] == "http://packy.local"
|
||||
assert body["group_ids"] == [7]
|
||||
assert body["concurrency"] == 10
|
||||
assert body["concurrency"] == 100
|
||||
assert body["priority"] == 1
|
||||
assert body["credentials"]["base_url"] == "http://packy.local"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user