Skip to content

Commit 957f196

Browse files
committed
fixed the test mysql params
1 parent 358005b commit 957f196

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

driver_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ func init() {
5555
}
5656
return defaultValue
5757
}
58+
user = env("MYSQL_TEST_USER", "root")
5859
pass = env("MYSQL_TEST_PASS", "")
5960
prot = env("MYSQL_TEST_PROT", "tcp")
6061
addr = env("MYSQL_TEST_ADDR", "localhost:3306")

0 commit comments

Comments
 (0)