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.
2 parents 8a3a958 + f3c0115 commit 1fe10bdCopy full SHA for 1fe10bd
core/testcontainers/core/waiting_utils.py
@@ -83,7 +83,7 @@ def wait_for_logs(container: "DockerContainer", predicate: Union[Callable, str],
83
84
Args:
85
container: Container whose logs to wait for.
86
- predicate: Predicate that should be satisfied by the logs. If a string, the it is used as
+ predicate: Predicate that should be satisfied by the logs. If a string, then it is used as
87
the pattern for a multiline regular expression search.
88
timeout: Number of seconds to wait for the predicate to be satisfied. Defaults to wait
89
indefinitely.
0 commit comments