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