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