mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-22 10:25:46 +03:00
rename gzip test function to TestGzipHandler
This commit is contained in:
parent
c9233d7446
commit
13db60d382
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import (
|
||||||
"github.com/mholt/caddy/middleware"
|
"github.com/mholt/caddy/middleware"
|
||||||
)
|
)
|
||||||
|
|
||||||
func Test(t *testing.T) {
|
func TestGzipHandler(t *testing.T) {
|
||||||
|
|
||||||
pathFilter := PathFilter{make(Set)}
|
pathFilter := PathFilter{make(Set)}
|
||||||
badPaths := []string{"/bad", "/nogzip", "/nongzip"}
|
badPaths := []string{"/bad", "/nogzip", "/nongzip"}
|
||||||
|
|
Loading…
Reference in a new issue