3 references to MakeRequestAndAssert
Aspire.Dashboard.Tests (3)
Integration\HealthTests.cs (3)
20
await
MakeRequestAndAssert
($"http://{app.FrontendSingleEndPointAccessor().EndPoint}", HttpVersion.Version11).DefaultTimeout();
21
await
MakeRequestAndAssert
($"http://{app.OtlpServiceHttpEndPointAccessor().EndPoint}", HttpVersion.Version11).DefaultTimeout();
22
await
MakeRequestAndAssert
($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", HttpVersion.Version20).DefaultTimeout();