From 163d417831cb05b216d4501d53934560e1c01803 Mon Sep 17 00:00:00 2001 From: Azareal Date: Sun, 17 Jun 2018 18:41:36 +1000 Subject: [PATCH] Oh, Travis wants a blank password. --- config/config_example.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config_example.json b/config/config_example.json index 85e0d3d0..d0e7a48c 100644 --- a/config/config_example.json +++ b/config/config_example.json @@ -44,7 +44,7 @@ "TestAdapter": "mysql", "TestHost": "localhost", "TestUsername": "root", - "TestPassword": "password", + "TestPassword": "", "TestDbname": "gosora_test", "TestPort": "3306" },