Skip to content

Commit dec26d7

Browse files
authored
Update core/testcontainers/core/container.py
1 parent 26e30ff commit dec26d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/testcontainers/core/container.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ def __init__(
5858
def with_env(self, key: str, value: str) -> Self:
5959
self.env[key] = value
6060
return self
61+
6162
def with_env_file(self, env_file: Union[str, PathLike]) -> Self:
6263
env_values = dotenv_values(env_file)
6364
for key, value in env_values.items():

0 commit comments

Comments
 (0)