diff --git a/main_test.go b/main_test.go index b5931ec8..a20c3ca3 100644 --- a/main_test.go +++ b/main_test.go @@ -58,6 +58,7 @@ func TestInterfaceImplementations(t *testing.T) { }, "SoundTrack": []reflect.Type{ creatable, + editable, }, "Analytics": []reflect.Type{ creatable, diff --git a/tests.go b/tests.go index 0b226fd3..29875659 100644 --- a/tests.go +++ b/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,