Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerdahl committed Apr 5, 2019
1 parent f9d8c84 commit 8d9c97c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib_client/src/d1_client/tests/test_iter_log_record_multi.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ def _log_record_iterator_test(self, page_size, from_date=None, to_date=None):
base_url=d1_test.d1_test_case.MOCK_MN_BASE_URL,
page_size=page_size,
api_major=2,
client_dict={"verify_tls": False, "timeout_sec": 0},
get_log_records_dict={"fromDate": from_date, "toDate": to_date},
client_arg_dict={"verify_tls": False, "timeout_sec": 0},
get_log_records_arg_dict={"fromDate": from_date, "toDate": to_date},
)

i = 0
Expand Down

0 comments on commit 8d9c97c

Please sign in to comment.