File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -15,19 +15,6 @@ def test_should_verify_ssl(self):
1515 assert my_api ._is_verify_ssl is False
1616
1717
18- class TestProcessParameters :
19- def test_camel_case_transformer (self ):
20- params = dict (search = dict (device_search = dict (id = 123 ), include_overlapped_trips = True ))
21- fixed_params = api .process_parameters (params )
22- assert fixed_params is not None
23- assert "search" in fixed_params
24- assert "deviceSearch" in fixed_params ["search" ]
25- assert "id" in fixed_params ["search" ]["deviceSearch" ]
26- assert fixed_params ["search" ]["deviceSearch" ]["id" ] == 123
27- assert "includeOverlappedTrips" in fixed_params ["search" ]
28- assert fixed_params ["search" ]["includeOverlappedTrips" ]
29-
30-
3118class TestProcessResults :
3219 def test_handle_server_exception (self ):
3320 exception_response = dict (
You can’t perform that action at this time.
0 commit comments