We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
waiting_for
Self
1 parent ce12f22 commit fe941b1Copy full SHA for fe941b1
core/testcontainers/core/container.py
@@ -169,7 +169,7 @@ def maybe_emulate_amd64(self) -> Self:
169
return self.with_kwargs(platform="linux/amd64")
170
return self
171
172
- def waiting_for(self, strategy: WaitStrategy) -> "DockerContainer":
+ def waiting_for(self, strategy: WaitStrategy) -> Self:
173
"""Set a wait strategy to be used after container start."""
174
self._wait_strategy = strategy
175
0 commit comments