File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
unit_tests/sources/declarative/resolvers Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -288,13 +288,13 @@ def to_configured_catalog(
288288 "page_token_option" : {
289289 "type" : "RequestOption" ,
290290 "inject_into" : "request_parameter" ,
291- "field_name" : "page_cursor"
291+ "field_name" : "page_cursor" ,
292292 },
293293 "pagination_strategy" : {
294294 "type" : "CursorPagination" ,
295295 "cursor_value" : "{{ response.get('next_cursor') }}" ,
296- "stop_condition" : "{{ not response.get('has_more', False) }}"
297- }
296+ "stop_condition" : "{{ not response.get('has_more', False) }}" ,
297+ },
298298 },
299299 "partition_router" : {
300300 "type" : "SubstreamPartitionRouter" ,
@@ -560,7 +560,7 @@ def test_dynamic_streams_with_http_components_resolver_retriever_with_parent_str
560560 {"id" : 1 , "name" : "item_1" },
561561 ],
562562 "has_more" : True ,
563- "next_cursor" : 1
563+ "next_cursor" : 1 ,
564564 }
565565 )
566566 ),
@@ -573,7 +573,7 @@ def test_dynamic_streams_with_http_components_resolver_retriever_with_parent_str
573573 "data" : [
574574 {"id" : 2 , "name" : "item_2" },
575575 ],
576- "has_more" : False
576+ "has_more" : False ,
577577 }
578578 )
579579 ),
You can’t perform that action at this time.
0 commit comments