type: 收敛测试 schemas 与协议层类型

This commit is contained in:
yml2213
2026-08-30 20:35:08 +08:00
parent 92dc461e52
commit c891ac982e
26 changed files with 1846 additions and 882 deletions
+1
View File
@@ -226,6 +226,7 @@ class TestHuyaAppLogin:
.filter(HuyaAccount.username == "mock_test_huya_user")
.first()
)
assert acc is not None
batch_req = HuyaPasswordLoginSelectedRequest(account_ids=[acc.id])
batch_resp = app_password_login_selected_accounts(
req=batch_req, db=self.session, current=self.admin