Cleanup
This commit is contained in:
parent
7892657362
commit
36cceb3c36
@ -58,6 +58,7 @@ func TestInterfaceImplementations(t *testing.T) {
|
||||
},
|
||||
"SoundTrack": []reflect.Type{
|
||||
creatable,
|
||||
editable,
|
||||
},
|
||||
"Analytics": []reflect.Type{
|
||||
creatable,
|
||||
|
5
tests.go
5
tests.go
@ -214,10 +214,6 @@ var routeTests = map[string][]string{
|
||||
"/_/search/dragon",
|
||||
},
|
||||
|
||||
"/dark-flame-master": []string{
|
||||
"/dark-flame-master",
|
||||
},
|
||||
|
||||
// Disable these tests because they require authorization
|
||||
"/auth/google": nil,
|
||||
"/auth/google/callback": nil,
|
||||
@ -245,6 +241,7 @@ var routeTests = map[string][]string{
|
||||
"/admin/purchases": nil,
|
||||
"/editor/anilist": nil,
|
||||
"/editor/shoboi": nil,
|
||||
"/dark-flame-master": nil,
|
||||
"/user": nil,
|
||||
"/settings": nil,
|
||||
"/shop": nil,
|
||||
|
Loading…
Reference in New Issue
Block a user