Skip to content

Commit 31fd137

Browse files
improved docstring for getconfig
1 parent a50f4d9 commit 31fd137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testcontainers/minio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def get_config(self) -> dict:
4545
"""Returns the configuration of the Minio container.
4646
4747
Returns:
48-
MinioConfig: Dictionary with the endpoint, access_key and secret_key.
48+
dict: {`endpoint`: str, `access_key`: str, `secret_key`: str}
4949
"""
5050
host_ip = self.get_container_host_ip()
5151
exposed_port = self.get_exposed_port(self.port_to_expose)

0 commit comments

Comments
 (0)