From 294e8db22c1e51151eb625b764235c3a2693572f Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Fri, 23 Jun 2017 17:15:48 +0200 Subject: [PATCH] Updated tests --- tests.go | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tests.go b/tests.go index a63318eb..53b1352e 100644 --- a/tests.go +++ b/tests.go @@ -10,6 +10,10 @@ var tests = map[string][]string{ "/+Akyoto/threads", }, + "/user/:nick/posts": []string{ + "/+Akyoto/posts", + }, + "/user/:nick/animelist": []string{ "/+Akyoto/animelist", }, @@ -56,6 +60,14 @@ var tests = map[string][]string{ "/api/animelist/4J6qpK1ve", }, + "/api/animelist/:id/get/:item": []string{ + "/api/animelist/4J6qpK1ve/get/7929", + }, + + "/api/animelist/:id/get/:item/:property": []string{ + "/api/animelist/4J6qpK1ve/get/7929/Episodes", + }, + "/api/settings/:id": []string{ "/api/settings/4J6qpK1ve", },