mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-25 14:26:58 +00:00
fix tests
This commit is contained in:
parent
9c412966fc
commit
3c225c4648
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ func TestHandlerPerformance(t *testing.T) {
|
||||||
cache.NewKeyValueCache(),
|
cache.NewKeyValueCache(),
|
||||||
cache.NewKeyValueCache(),
|
cache.NewKeyValueCache(),
|
||||||
cache.NewKeyValueCache(),
|
cache.NewKeyValueCache(),
|
||||||
|
[]string{"pages"}
|
||||||
)
|
)
|
||||||
|
|
||||||
testCase := func(uri string, status int) {
|
testCase := func(uri string, status int) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue