Skip to content

Commit c103a03

Browse files
[OpenApi] Update snapshot (#63077)
1 parent 4069504 commit c103a03

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

src/OpenApi/test/Microsoft.AspNetCore.OpenApi.Tests/Integration/OpenApiDocumentLocalizationTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
public sealed class OpenApiDocumentLocalizationTests(LocalizedSampleAppFixture fixture) : IClassFixture<LocalizedSampleAppFixture>
88
{
99
[Fact]
10-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/63073")]
1110
public async Task VerifyOpenApiDocumentIsInvariant()
1211
{
1312
using var client = fixture.CreateClient();

src/OpenApi/test/Microsoft.AspNetCore.OpenApi.Tests/Integration/snapshots/OpenApiDocumentLocalizationTests.VerifyOpenApiDocumentIsInvariant.verified.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1033,6 +1033,28 @@
10331033
}
10341034
}
10351035
},
1036+
"/schemas-by-ref/json-patch": {
1037+
"patch": {
1038+
"tags": [
1039+
"Sample"
1040+
],
1041+
"requestBody": {
1042+
"content": {
1043+
"application/json-patch+json": {
1044+
"schema": {
1045+
"$ref": "#/components/schemas/JsonPatchDocumentOfParentObject"
1046+
}
1047+
}
1048+
},
1049+
"required": true
1050+
},
1051+
"responses": {
1052+
"200": {
1053+
"description": "OK"
1054+
}
1055+
}
1056+
}
1057+
},
10361058
"/responses/200-add-xml": {
10371059
"get": {
10381060
"tags": [
@@ -1388,6 +1410,7 @@
13881410
}
13891411
}
13901412
},
1413+
"JsonPatchDocumentOfParentObject": { },
13911414
"LocationContainer": {
13921415
"required": [
13931416
"___location"

0 commit comments

Comments
 (0)