Skip to content

Commit 8d9c97c

Browse files
committed
Fix build
1 parent f9d8c84 commit 8d9c97c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib_client/src/d1_client/tests/test_iter_log_record_multi.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ def _log_record_iterator_test(self, page_size, from_date=None, to_date=None):
4444
base_url=d1_test.d1_test_case.MOCK_MN_BASE_URL,
4545
page_size=page_size,
4646
api_major=2,
47-
client_dict={"verify_tls": False, "timeout_sec": 0},
48-
get_log_records_dict={"fromDate": from_date, "toDate": to_date},
47+
client_arg_dict={"verify_tls": False, "timeout_sec": 0},
48+
get_log_records_arg_dict={"fromDate": from_date, "toDate": to_date},
4949
)
5050

5151
i = 0

0 commit comments

Comments
 (0)