Fixes syslog check not working

This commit is contained in:
MatteoBiscosi 2023-02-03 17:23:58 +01:00
parent f469b4a3c4
commit 698cacb419

View file

@ -198,7 +198,7 @@ function syslog.runTest(recipient)
local now = os.time()
local notif = {
tstamp = now,
entity_id = alert_consts.alert_entities.test.entity_id,
entity_id = alert_consts.alert_entities.flow.entity_id,
severity = alert_severities.info.severity_id
}