@@ -254,8 +254,8 @@ def test_get_record_count_sends_expected_request(
254254 ("dataset" , "GLBX.MDP3" ),
255255 ("symbols" , "ESH1" ),
256256 ("schema" , "mbo" ),
257- ("start" , "2020-12-28T12:00:00 " ),
258- ("end" , "2020-12-29T00:00:00 " ),
257+ ("start" , "2020-12-28T12:00" ),
258+ ("end" , "2020-12-29 " ),
259259 ("stype_in" , "native" ),
260260 ("limit" , "1000000" ),
261261 ]
@@ -293,8 +293,8 @@ def test_get_billable_size_sends_expected_request(
293293 )
294294 assert call ["params" ] == [
295295 ("dataset" , "GLBX.MDP3" ),
296- ("start" , "2020-12-28T12:00:00 " ),
297- ("end" , "2020-12-29T00:00:00 " ),
296+ ("start" , "2020-12-28T12:00" ),
297+ ("end" , "2020-12-29 " ),
298298 ("symbols" , "ESH1" ),
299299 ("schema" , "mbo" ),
300300 ("stype_in" , "native" ),
@@ -332,8 +332,8 @@ def test_get_cost_sends_expected_request(self, mocker: MockerFixture) -> None:
332332 )
333333 assert call ["params" ] == [
334334 ("dataset" , "GLBX.MDP3" ),
335- ("start" , "2020-12-28T12:00:00 " ),
336- ("end" , "2020-12-29T00:00:00 " ),
335+ ("start" , "2020-12-28T12:00" ),
336+ ("end" , "2020-12-29 " ),
337337 ("symbols" , "ESH1" ),
338338 ("schema" , "mbo" ),
339339 ("stype_in" , "native" ),
0 commit comments