3 references to MakeRequestAndAssert
Aspire.Dashboard.Tests (3)
Integration\HealthTests.cs (3)
23
await
MakeRequestAndAssert
($"http://{fixture.App.FrontendSingleEndPointAccessor().EndPoint}", HttpVersion.Version11).DefaultTimeout();
24
await
MakeRequestAndAssert
($"http://{fixture.App.OtlpServiceHttpEndPointAccessor().EndPoint}", HttpVersion.Version11).DefaultTimeout();
25
await
MakeRequestAndAssert
($"http://{fixture.App.OtlpServiceGrpcEndPointAccessor().EndPoint}", HttpVersion.Version20).DefaultTimeout();