Implemented editor filters
This commit is contained in:
6
tests.go
6
tests.go
@ -291,6 +291,11 @@ var routeTests = map[string][]string{
|
||||
"/import/myanimelist/animelist/finish": nil,
|
||||
"/import/kitsu/animelist": nil,
|
||||
"/import/kitsu/animelist/finish": nil,
|
||||
"/animelist/watching": nil,
|
||||
"/animelist/completed": nil,
|
||||
"/animelist/planned": nil,
|
||||
"/animelist/hold": nil,
|
||||
"/animelist/dropped": nil,
|
||||
"/notifications": nil,
|
||||
"/user/:nick/notifications": nil,
|
||||
"/api/test/notification": nil,
|
||||
@ -301,6 +306,7 @@ var routeTests = map[string][]string{
|
||||
"/api/pushsubscriptions/:id/get/:item/:property": nil,
|
||||
"/api/count/notifications/unseen": nil,
|
||||
"/api/mark/notifications/seen": nil,
|
||||
"/editor/kitsu/new/anime": nil,
|
||||
"/paypal/success": nil,
|
||||
"/paypal/cancel": nil,
|
||||
"/anime/:id/edit": nil,
|
||||
|
Reference in New Issue
Block a user