Skip to content

Commit 201b425

Browse files
authored
fix: return type in get_service_port docstring
1 parent c785ecd commit 201b425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/testcontainers/compose/compose.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ def get_service_port(
484484
485485
Returns
486486
-------
487-
str:
487+
int:
488488
The mapped port on the host
489489
"""
490490
normalize: PublishedPortModel = self.get_container(service_name).get_publisher(by_port=port).normalize()

0 commit comments

Comments
 (0)