File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
unit_tests/sources/declarative/parsers Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff 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 ()
You can’t perform that action at this time.
0 commit comments