From be2af5af3e98bd96b624effe562a6b12edad7303 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Sat, 14 Apr 2018 13:53:18 +0200 Subject: [PATCH] Fixed tests --- utils/routetests/All.go | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/utils/routetests/All.go b/utils/routetests/All.go index c2b47c3c..f7093b8c 100644 --- a/utils/routetests/All.go +++ b/utils/routetests/All.go @@ -322,23 +322,7 @@ var routeTests = map[string][]string{ }, // Images - "/images/avatars/large/:file": []string{ - "/images/avatars/large/4J6qpK1ve.webp", - }, - - "/images/avatars/small/:file": []string{ - "/images/avatars/small/4J6qpK1ve.webp", - }, - - "/images/brand/:file": []string{ - "/images/brand/64.webp", - }, - - "/images/login/:file": []string{ - "/images/login/google", - }, - - "/images/elements/:file": []string{ + "/images/*file": []string{ "/images/elements/no-avatar.svg", },