mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-24 06:28:13 +01:00
Seconds field optional for schedule
This commit is contained in:
@@ -49,7 +49,7 @@ func TestLoad(t *testing.T) {
|
||||
},
|
||||
Watch: model.Watch{
|
||||
Workers: 100,
|
||||
Schedule: "*/30 * * * * *",
|
||||
Schedule: "*/30 * * * *",
|
||||
},
|
||||
Notif: model.Notif{
|
||||
Mail: model.Mail{
|
||||
|
||||
Reference in New Issue
Block a user