diff --git a/ha/ha_test.go b/ha/ha_test.go index f0c05448..1dc4a823 100644 --- a/ha/ha_test.go +++ b/ha/ha_test.go @@ -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{