We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d310859 commit a7cc408Copy full SHA for a7cc408
1 file changed
test/client/client_test.py
@@ -714,10 +714,7 @@ async def test_read(self, mock_request):
714
"page_size": 50,
715
"continuation_token": "eyJwayI6IkxBVEVTVF9OU0NPTkZJR19hdXRoMHN0b3JlIiwic2siOiIxem1qbXF3MWZLZExTcUoyN01MdTdqTjh0cWgifQ==",
716
"consistency": ConsistencyPreference.MINIMIZE_LATENCY,
717
- "retry_params": RetryParams(
718
- max_retry=3,
719
- min_wait_in_ms=1000
720
- )
+ "retry_params": RetryParams(max_retry=3, min_wait_in_ms=1000),
721
},
722
)
723
self.assertIsInstance(api_response, ReadResponse)
0 commit comments