Skip to content

Commit

Permalink
Update SQLAlchemy URL
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Feb 2, 2024
1 parent ce3c523 commit aaa1497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start_date": pendulum.datetime(2022, 11, 1).to_iso8601_string(),
# Using 127.0.0.1 instead of localhost because of mysqlclient dialect.
# See: https://stackoverflow.com/questions/72294279/how-to-connect-to-mysql-databas-using-github-actions
"sqlalchemy_url": "mysql+mysqldb://root:[email protected]:3306/melty",
"sqlalchemy_url": "mysql+pymysql://root:[email protected]:3306/melty",
}

NO_SQLALCHEMY_CONFIG = {
Expand Down

0 comments on commit aaa1497

Please sign in to comment.