fix tests

This commit is contained in:
Simon Vieille 2022-08-16 17:24:53 +02:00
parent 3c225c4648
commit 865cc9f1f6
No known key found for this signature in database
GPG Key ID: 579388D585F70417
1 changed files with 1 additions and 1 deletions

View File

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