Skip to content

Commit

Permalink
ftest_db
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Sharples committed Sep 3, 2024
1 parent 119c532 commit 788c39e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion METdbLoad/test/test_mysql_conn.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


def test_mysql_available():
conn = pymysql.connect(host='127.0.0.1',
conn = pymysql.connect(host='test_db',
port=3306,
user='test_user',
password='test_password')
Expand Down

0 comments on commit 788c39e

Please sign in to comment.