Skip to content

Commit

Permalink
Documentation fix for ServerContainer
Browse files Browse the repository at this point in the history
Used same wording as for modules/aws/testcontainers/aws/aws_lambda.py
  • Loading branch information
sasa-buklijas authored Aug 9, 2024
1 parent 8c28a86 commit 0afc05e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/generic/testcontainers/generic/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ class ServerContainer(DockerContainer):
... delay = wait_for_logs(srv, "GET / HTTP/1.1")
:param path: Path to the Dockerfile to build the image
:param tag: Tag for the image to be built (default: None)
:param port: Port to be exposed on the container.
:param image: Docker image to be used for the container.
"""

def __init__(self, port: int, image: Union[str, DockerImage]) -> None:
Expand Down

0 comments on commit 0afc05e

Please sign in to comment.