Skip to content

Commit e201113

Browse files
committed
DEBUG: added mypy issue
1 parent e31efa2 commit e201113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/testcontainers/core/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class ConnectionMode(Enum):
1818
docker_host = "docker_host"
1919

2020
@property
21-
def use_mapped_port(self) -> bool:
21+
def use_mapped_port(self) -> str:
2222
"""
2323
Return True if mapped ports should be used for this connection mode.
2424

0 commit comments

Comments
 (0)