diff --git a/jobs/test/test.go b/jobs/test/test.go index 1b55278e..04d00b21 100644 --- a/jobs/test/test.go +++ b/jobs/test/test.go @@ -60,7 +60,7 @@ func testPackage(pkg string) { Title: pkg, Message: "Test failed", Link: "https://" + pkg, - Icon: "https://notify.moe/images/brand/220.png", + Icon: "https://media.notify.moe/images/brand/220.png", Type: arn.NotificationTypePackageTest, }) return diff --git a/pages/editor/jobs/jobs.go b/pages/editor/jobs/jobs.go index e16694fd..edd83002 100644 --- a/pages/editor/jobs/jobs.go +++ b/pages/editor/jobs/jobs.go @@ -27,9 +27,12 @@ var jobInfo = map[string]*utils.JobInfo{ "mal-parse": &utils.JobInfo{ Name: "mal-parse", }, - // "mal-sync": &utils.JobInfo{ - // Name: "mal-sync", - // }, + "mal-sync": &utils.JobInfo{ + Name: "mal-sync", + }, + "test": &utils.JobInfo{ + Name: "test", + }, } var jobLogs = []string{}