Skip to content

Commit a2ca17a

Browse files
authored
Update test_record.py
1 parent cd8dbc4 commit a2ca17a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/tests/test_record.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ def test_record_sdk_get_records(self):
8787
base_client = BaseClient(client_id, client_secret, endpoint)
8888
sdk = _RecordSDK(base_client, organization_name)
8989

90-
# 这个测试需要补充更多断言
9190
self.assertIsInstance(sdk, _RecordSDK)
9291

9392
def test_get_records(self):
@@ -122,7 +121,7 @@ def test_get_records(self):
122121
"is_triggered": True,
123122
}
124123
],
125-
"data2": [], # 添加缺失的 data2 字段
124+
"data2": [],
126125
}
127126

128127
# Mock HTTP GET response

0 commit comments

Comments
 (0)