Skip to content

Commit e1bb3bc

Browse files
bart-vmwareCopilot
andauthored
Update src/Management/test/Endpoint.Test/Actuators/Health/HealthAggregationTest.cs
Co-authored-by: Copilot <[email protected]>
1 parent 6038063 commit e1bb3bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Management/test/Endpoint.Test/Actuators/Health/HealthAggregationTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -556,9 +556,9 @@ public async Task Can_use_scoped_AspNet_health_check()
556556

557557
aspNetResponse.StatusCode.Should().Be(HttpStatusCode.OK);
558558

559-
string aspnetResponseBody = await aspNetResponse.Content.ReadAsStringAsync(TestContext.Current.CancellationToken);
559+
string aspNetResponseBody = await aspNetResponse.Content.ReadAsStringAsync(TestContext.Current.CancellationToken);
560560

561-
aspnetResponseBody.Should().Be("Healthy");
561+
aspNetResponseBody.Should().Be("Healthy");
562562
}
563563

564564
private sealed class AspNetHealthyCheck : IHealthCheck

0 commit comments

Comments
 (0)