2 references to CurlVerifyAsync
Aspire.Cli.EndToEnd.Tests (2)
KubernetesDeployWithPersistentVolumeTests.cs (2)
196
await
CurlVerifyAsync
(auto, counter, $"http://localhost:{LocalPort}/test-deployment?action=write", "PASSED: wrote 42");
221
await
CurlVerifyAsync
(auto, counter, $"http://localhost:{LocalPort}/test-deployment?action=read", "PASSED: read 42");