Skip to content

Commit 2c8d164

Browse files
author
Oleksandr Bazarnov
committed
updated test comments
1 parent 348aaae commit 2c8d164

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

unit_tests/sources/declarative/parsers/test_manifest_normalizer.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,17 @@ def test_with_shared_definitions_url_base_are_present(
4848
assert normalized_manifest == expected_manifest_with_url_base_linked_definition_normalized
4949

5050

51-
def test_with_linked_definitions_url_base_authenticator_abnormal_schemas(
51+
def test_with_linked_definitions_url_base_authenticator_when_multiple_streams_reference_the_same_schema(
5252
manifest_with_linked_definitions_url_base_authenticator_abnormal_schemas,
5353
expected_manifest_with_linked_definitions_url_base_authenticator_normalized,
5454
) -> None:
5555
"""
5656
This test is to check that the manifest is normalized when the `url_base` and the `authenticator` is linked
5757
between the definitions and the `url_base` is present in the manifest.
5858
The `authenticator` is not a normal schema, but a reference to another schema.
59+
60+
The test also verifies the `stream.schema_loader.schema` is properly extracted to
61+
the `schemas.<stream_name>`.
5962
"""
6063

6164
schema = _get_declarative_component_schema()

0 commit comments

Comments
 (0)