Skip to content

Commit ab53209

Browse files
author
octavia-squidington-iii
committed
Auto-fix lint and format issues
1 parent 033b88f commit ab53209

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

unit_tests/sources/declarative/resolvers/test_http_components_resolver.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
),

0 commit comments

Comments
 (0)