adjust wait for host port strategy

This commit is contained in:
Sergei Shitikov
2025-02-16 18:02:16 +01:00
parent 1f7178e313
commit 5e86ed1443
5 changed files with 36 additions and 18 deletions
@@ -5,6 +5,7 @@ declare(strict_types=1);
namespace Testcontainers\Tests\Integration;
use Testcontainers\Container\GenericContainer;
use Testcontainers\Wait\WaitForHostPort;
class StartedGenericContainerTest extends ContainerTestCase
{