@@ -2720,7 +2720,7 @@ def test_make_schema_model_from_schema(load_sample):
27202720 assert obj .attributes [0 ].type == "string"
27212721 assert not obj .attributes [0 ].multi_valued
27222722 assert obj .attributes [0 ].description == (
2723- "A human-readable name for the Group. " " REQUIRED."
2723+ "A human-readable name for the Group. REQUIRED."
27242724 )
27252725 assert not obj .attributes [0 ].required
27262726 assert not obj .attributes [0 ].case_exact
@@ -2749,7 +2749,7 @@ def test_make_schema_model_from_schema(load_sample):
27492749 assert obj .attributes [1 ].sub_attributes [1 ].reference_types == ["User" , "Group" ]
27502750 assert not obj .attributes [1 ].sub_attributes [1 ].multi_valued
27512751 assert obj .attributes [1 ].sub_attributes [1 ].description == (
2752- "The URI corresponding to a SCIM resource " " that is a member of this Group."
2752+ "The URI corresponding to a SCIM resource that is a member of this Group."
27532753 )
27542754 assert not obj .attributes [1 ].sub_attributes [1 ].required
27552755 assert not obj .attributes [1 ].sub_attributes [1 ].case_exact
@@ -2760,7 +2760,7 @@ def test_make_schema_model_from_schema(load_sample):
27602760 assert obj .attributes [1 ].sub_attributes [2 ].type == "string"
27612761 assert not obj .attributes [1 ].sub_attributes [2 ].multi_valued
27622762 assert obj .attributes [1 ].sub_attributes [2 ].description == (
2763- "A label indicating the type of resource, " " e.g., 'User' or 'Group'."
2763+ "A label indicating the type of resource, e.g., 'User' or 'Group'."
27642764 )
27652765 assert not obj .attributes [1 ].sub_attributes [2 ].required
27662766 assert not obj .attributes [1 ].sub_attributes [2 ].case_exact
0 commit comments