Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
agile.zhou committed Jan 13, 2024
1 parent 532eee3 commit e1caf69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace AgileConfig.Server.Service.Tests.mysql
[TestClass()]
public class AppServiceTests_mysql: AppServiceTests
{
string conn = "Database=agile_config_test;Data Source=192.168.0.125;User Id=root;Password=mimi756310;port=13306";
string conn = "Database=agile_config_test;Data Source=192.168.0.125;User Id=root;Password=123456;port=13306";

public override Dictionary<string, string> GetConfigurationData()
{
Expand Down

0 comments on commit e1caf69

Please sign in to comment.