mirror of
https://github.com/Icinga/icingadb.git
synced 2026-06-09 00:42:37 -04:00
Fix error message for MySQL in tests which previously said that Redis is not working
This commit is contained in:
parent
cdd98c4f10
commit
2edd75de39
1 changed files with 1 additions and 1 deletions
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Reference in a new issue