Skip to content

Commit d0ca8c6

Browse files
author
maxime.c
committed
re-add mistakenly removed assertion
1 parent 8b1541a commit d0ca8c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

unit_tests/sources/declarative/parsers/test_model_to_component_factory.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -784,6 +784,7 @@ def test_create_substream_partition_router():
784784
parent_stream_configs[1].stream
785785
).requester._http_client._api_budget._policies
786786

787+
assert partition_router.parent_stream_configs[0].parent_key.eval({}) == "id"
787788
assert partition_router.parent_stream_configs[0].partition_field.eval({}) == "repository_id"
788789
assert (
789790
partition_router.parent_stream_configs[0].request_option.inject_into

0 commit comments

Comments
 (0)