mirror of
https://github.com/caddyserver/caddy.git
synced 2025-04-03 03:49:11 +08:00
rename gzip test function to TestGzipHandler
This commit is contained in:
parent
c9233d7446
commit
13db60d382
@ -9,7 +9,7 @@ import (
|
||||
"github.com/mholt/caddy/middleware"
|
||||
)
|
||||
|
||||
func Test(t *testing.T) {
|
||||
func TestGzipHandler(t *testing.T) {
|
||||
|
||||
pathFilter := PathFilter{make(Set)}
|
||||
badPaths := []string{"/bad", "/nogzip", "/nongzip"}
|
||||
|
Loading…
x
Reference in New Issue
Block a user