From fe400de85126acc01096b7b5992f0cb7ad225a39 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Tue, 27 Feb 2018 20:38:13 +0100 Subject: [PATCH] Added some of the missing tests --- tests.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests.go b/tests.go index 79a98650..fb466745 100644 --- a/tests.go +++ b/tests.go @@ -54,6 +54,10 @@ var routeTests = map[string][]string{ "/+Akyoto/animelist/dropped", }, + "/user/:nick/recommended/anime": []string{ + "/+Akyoto/recommended/anime", + }, + // Pages "/anime/:id": []string{ "/anime/1", @@ -263,6 +267,7 @@ var routeTests = map[string][]string{ "/import/myanimelist/animelist/finish": nil, "/import/kitsu/animelist": nil, "/import/kitsu/animelist/finish": nil, + "/notifications": nil, "/api/test/notification": nil, "/api/paypal/payment/create": nil, "/api/userfollows/:id/get/:item": nil,