Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 8a3a958 commit f3c0115Copy full SHA for f3c0115
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