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