Skip to content

Commit b271a6b

Browse files
Re-enable test
Re-enable test now that the difference is known.
1 parent fc15a9c commit b271a6b

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
@@ -298,7 +298,8 @@
298298
nullable: true
299299
},
300300
status: {
301-
type: integer
301+
type: integer,
302+
nullable: true,
302303
format: int32
303304
},
304305
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)