type: 收敛测试 schemas 与协议层类型
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user