Finished MAL import
This commit is contained in:
28
tests.go
28
tests.go
@ -174,19 +174,21 @@ var routeTests = map[string][]string{
|
||||
},
|
||||
|
||||
// Disable these tests because they require authorization
|
||||
"/auth/google": nil,
|
||||
"/auth/google/callback": nil,
|
||||
"/auth/facebook": nil,
|
||||
"/auth/facebook/callback": nil,
|
||||
"/import": nil,
|
||||
"/import/anilist/animelist": nil,
|
||||
"/import/anilist/animelist/finish": nil,
|
||||
"/anime/:id/edit": nil,
|
||||
"/new/thread": nil,
|
||||
"/new/soundtrack": nil,
|
||||
"/user": nil,
|
||||
"/settings": nil,
|
||||
"/extension/embed": nil,
|
||||
"/auth/google": nil,
|
||||
"/auth/google/callback": nil,
|
||||
"/auth/facebook": nil,
|
||||
"/auth/facebook/callback": nil,
|
||||
"/import": nil,
|
||||
"/import/anilist/animelist": nil,
|
||||
"/import/anilist/animelist/finish": nil,
|
||||
"/import/myanimelist/animelist": nil,
|
||||
"/import/myanimelist/animelist/finish": nil,
|
||||
"/anime/:id/edit": nil,
|
||||
"/new/thread": nil,
|
||||
"/new/soundtrack": nil,
|
||||
"/user": nil,
|
||||
"/settings": nil,
|
||||
"/extension/embed": nil,
|
||||
}
|
||||
|
||||
// API interfaces
|
||||
|
Reference in New Issue
Block a user