From 2edd75de394ed123ac88549ee46d67567aabe5fe Mon Sep 17 00:00:00 2001 From: Julian Brost Date: Tue, 17 Nov 2020 13:24:31 +0100 Subject: [PATCH] Fix error message for MySQL in tests which previously said that Redis is not working --- ha/ha_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{