Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nightblure committed Nov 18, 2024
1 parent 9cb5986 commit 736c00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mysql/testcontainers/mysql/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def _connect(self) -> None:
def get_connection_url(self) -> str:
dialect = "mysql"

if self.dialect is None:
if self.dialect is not None:
dialect = f"mysql+{self.dialect}"

return super()._create_connection_url(
Expand Down

0 comments on commit 736c00a

Please sign in to comment.