Skip to content

Commit

Permalink
Update core/testcontainers/core/container.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Tranquility2 authored Dec 16, 2024
1 parent 9252691 commit fb2645d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/testcontainers/core/container.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def __init__(
def with_env(self, key: str, value: str) -> Self:
self.env[key] = value
return self

def with_env_file(self, env_file: Union[str, PathLike]) -> Self:
env_values = dotenv_values(env_file)
for key, value in env_values.items():
Expand Down

0 comments on commit fb2645d

Please sign in to comment.