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 -1
View File
@@ -54,7 +54,7 @@ class TestEliteLockExchange:
assert result["order_id"] == "5874"
assert result["exchange_id"] == "11098933"
assert self.client.csrf_token.call_count == 2
assert self.client.__dict__["csrf_token"].call_count == 2
create_call, pay_call = self.client._request_json.call_args_list
assert create_call.args[:3] == (
"post",