From ca83771eb4ba515789aef65f728605beccd939f7 Mon Sep 17 00:00:00 2001 From: Azareal Date: Tue, 31 Oct 2017 01:27:38 +0000 Subject: [PATCH] Travis doesn't like passwords --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.go b/config.go index 64270e79..273cfda4 100644 --- a/config.go +++ b/config.go @@ -24,7 +24,7 @@ func init() { // MySQL Test Database details dbConfig.TestHost = "localhost" dbConfig.TestUsername = "root" - dbConfig.TestPassword = "password" + dbConfig.TestPassword = "" dbConfig.TestDbname = "gosora_test" // The name of the test database, leave blank to disable. DON'T USE YOUR PRODUCTION DATABASE FOR THIS. LEAVE BLANK IF YOU DON'T KNOW WHAT THIS MEANS. dbConfig.TestPort = "3306"