mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-24 13:56:57 +00:00
fix tests
This commit is contained in:
parent
3c225c4648
commit
865cc9f1f6
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue