fix tests

This commit is contained in:
Simon Vieille 2022-08-16 17:20:45 +02:00
parent 9c412966fc
commit 3c225c4648
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -24,6 +24,7 @@ func TestHandlerPerformance(t *testing.T) {
cache.NewKeyValueCache(),
cache.NewKeyValueCache(),
cache.NewKeyValueCache(),
[]string{"pages"}
)
testCase := func(uri string, status int) {