Skip to content

Commit 41265f6

Browse files
author
octavia-squidington-iii
committed
Auto-fix lint and format issues
1 parent aa66df6 commit 41265f6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

unit_tests/sources/declarative/resolvers/test_config_components_resolver.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,9 @@ def to_configured_catalog(
148148
# Manifest with component definition with value that is fails when trying
149149
# to parse yaml in _parse_yaml_if_possible but generally contains valid string
150150
_MANIFEST_WITH_SCANNER_ERROR = deepcopy(_MANIFEST)
151-
_MANIFEST_WITH_SCANNER_ERROR["dynamic_streams"][0]["components_resolver"]["components_mapping"].append(
151+
_MANIFEST_WITH_SCANNER_ERROR["dynamic_streams"][0]["components_resolver"][
152+
"components_mapping"
153+
].append(
152154
{
153155
"type": "ComponentMappingDefinition",
154156
"create_or_update": True,
@@ -157,6 +159,7 @@ def to_configured_catalog(
157159
}
158160
)
159161

162+
160163
@pytest.mark.parametrize(
161164
"manifest, config, expected_exception, expected_stream_names",
162165
[

0 commit comments

Comments
 (0)