Skip to content

Commit 11c744c

Browse files
Re-enable test
Re-enable test now that the difference is known.
1 parent 36a15ff commit 11c744c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tests/TodoApp.Tests/OpenApiTests.Schema_Is_Correct_schemaUrl=openapi.verified.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,8 @@
293293
nullable: true
294294
},
295295
status: {
296-
type: integer
296+
type: integer,
297+
nullable: true,
297298
format: int32
298299
},
299300
detail: {

tests/TodoApp.Tests/OpenApiTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public OpenApiTests(TodoAppFixture fixture, ITestOutputHelper outputHelper)
2525

2626
[Theory]
2727
[InlineData("/nswag/v1.json")]
28-
[InlineData("/openapi/v1.json", Skip = "https://github.com/dotnet/aspnetcore/issues/61038")]
28+
[InlineData("/openapi/v1.json")]
2929
[InlineData("/swagger/v1/swagger.json")]
3030
public async Task Schema_Is_Correct(string schemaUrl)
3131
{

0 commit comments

Comments
 (0)