Fix error message for MySQL in tests which previously said that Redis is not working

This commit is contained in:
Julian Brost 2020-11-17 13:24:31 +01:00
parent cdd98c4f10
commit 2edd75de39

View file

@ -23,7 +23,7 @@ func createTestingHA(t *testing.T, redisAddr string) *HA {
mysqlConn, err := connection.NewDBWrapper(testbackends.MysqlTestDsn, 50)
if err != nil {
assert.Fail(t, "This test needs a working Redis connection!")
assert.Fail(t, "This test needs a working MySQL connection!")
}
super := supervisor.Supervisor{