Skip to content

Commit 1e5c82f

Browse files
Update test/Microsoft.OpenAPI.OData.Reader.Tests/Edm/ODataPathProviderTests.cs
Co-authored-by: Michael Mainer <8527305+MIchaelMainer@users.noreply.github.com>
1 parent bc502bf commit 1e5c82f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/Microsoft.OpenAPI.OData.Reader.Tests/Edm/ODataPathProviderTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -990,6 +990,7 @@ public void GetPathsForDerivedTypeDeltaFunctionUsesCorrectReturnType()
990990
var response = getOp.Responses[responseKey];
991991
var schema = response.Content["application/json"].Schema;
992992
Assert.Contains("servicePrincipal", schema.Title);
993+
Assert.DoesNotContain("directoryObject", schema.Title);
993994
}
994995

995996
private static IEdmModel GetEdmModel(string schema)

0 commit comments

Comments
 (0)