We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43ca414 commit 3d7b3c9Copy full SHA for 3d7b3c9
modules/sftp/testcontainers/sftp/__init__.py
@@ -265,9 +265,9 @@ def _configure(self) -> None:
265
self.with_exposed_ports(self.port)
266
267
def start(self) -> Self:
268
- super().start()
269
strategy = LogMessageWaitStrategy(f".*Server listening on 0.0.0.0 port {self.port}.*")
270
self.waiting_for(strategy)
+ super().start()
271
return self
272
273
def get_exposed_sftp_port(self) -> int:
0 commit comments