diff --git a/tests.go b/tests.go index 3fe8f199..6cb5ffb9 100644 --- a/tests.go +++ b/tests.go @@ -205,6 +205,19 @@ var routeTests = map[string][]string{ "/images/elements/no-avatar.svg", }, + // Extra tests for higher coverage + "/_/+Akyoto": []string{ + "/_/+Akyoto", + }, + + "/_/search/dragon": []string{ + "/_/search/dragon", + }, + + "/dark-flame-master": []string{ + "/dark-flame-master", + }, + // Disable these tests because they require authorization "/auth/google": nil, "/auth/google/callback": nil,