Fixed tests
This commit is contained in:
parent
e0d2ddfff0
commit
468956abf1
6
tests.go
6
tests.go
@ -100,6 +100,10 @@ var routeTests = map[string][]string{
|
||||
"/api/googletouser/106530160120373282283",
|
||||
},
|
||||
|
||||
"/api/facebooktouser/:id": []string{
|
||||
"/api/facebooktouser/10207576239700188",
|
||||
},
|
||||
|
||||
"/api/nicktouser/:id": []string{
|
||||
"/api/nicktouser/Akyoto",
|
||||
},
|
||||
@ -154,6 +158,8 @@ var routeTests = map[string][]string{
|
||||
"/auth/google/callback": nil,
|
||||
"/auth/facebook": nil,
|
||||
"/auth/facebook/callback": nil,
|
||||
"/import": nil,
|
||||
"/import/anilist/animelist": nil,
|
||||
"/anime/:id/edit": nil,
|
||||
"/new/thread": nil,
|
||||
"/new/soundtrack": nil,
|
||||
|
Loading…
Reference in New Issue
Block a user