3 references to GetContainerIdAsync
Aspire.Hosting.PostgreSQL.Tests (3)
PostgresFunctionalTests.cs (3)
565var postgresId = await GetContainerIdAsync(rns, "resource", cts.Token); 567var pgWebId = await GetContainerIdAsync(rns, "pgweb", cts.Token); 569var pgadminId = await GetContainerIdAsync(rns, "pgadmin", cts.Token);