Skip to content

Commit

Permalink
测试用例修复
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinnrry committed Jul 2, 2024
1 parent b35193b commit 4c30f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ func testDataBaseSet(t *testing.T) {

if array.InArray("mysql", argList) {
configData = `
{"action":"set","step":"database","db_type":"mysql","db_dsn":"root:githubTest@tcp(127.0.0.1:3306)/pmail?parseTime=True"}
{"action":"set","step":"database","db_type":"mysql","db_dsn":"root:githubTest@tcp(mysql:3306)/pmail?parseTime=True"}
`
}

Expand Down

0 comments on commit 4c30f7a

Please sign in to comment.