removed leaked password

This commit is contained in:
Timon Ringwald 2022-07-12 21:06:43 +02:00
parent e39d4c3a13
commit 09c2d07e54

View File

@ -32,8 +32,7 @@ var (
) )
func TestDB(t *testing.T) { func TestDB(t *testing.T) {
InitMysqlDatabase(TestDatabase, "192.168.178.2", 3306, "root", "6MvtRA4iZJtbenR537otFnoHpzt9vYN7", "users") InitMysqlDatabase(TestDatabase, "ip", 3306, "username", "password", "database")
//InitMysqlDatabase(TestDatabase, "ip", 3306, "username", "password", "database")
defer TestDatabase.Close() defer TestDatabase.Close()
pw := sha512.Sum512([]byte("weiter")) pw := sha512.Sum512([]byte("weiter"))