This commit is contained in:
Eduard Urbach 2017-10-11 12:45:04 +02:00
parent 7892657362
commit 36cceb3c36
2 changed files with 2 additions and 4 deletions

View File

@ -58,6 +58,7 @@ func TestInterfaceImplementations(t *testing.T) {
},
"SoundTrack": []reflect.Type{
creatable,
editable,
},
"Analytics": []reflect.Type{
creatable,

View File

@ -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,