notif test: add a filter that shouldn't match

This commit is contained in:
ppom 2026-02-26 12:00:00 +01:00
commit 00725ed9e2
No known key found for this signature in database

View file

@ -41,6 +41,23 @@
},
},
},
f2: {
regex: [
"^can't found <num>$",
],
retry: 2,
retryperiod: '60s',
actions: {
damn: {
cmd: ['notify-send', 'you should not see that', 'ban <num>'],
},
undamn: {
cmd: ['notify-send', 'you should not see that', 'unban <num>'],
after: '3s',
onexit: true,
},
},
},
},
},
},