summaryrefslogtreecommitdiffhomepage
path: root/middleware/gzip
diff options
context:
space:
mode:
authorAbiola Ibrahim <[email protected]>2015-06-07 01:27:36 +0100
committerAbiola Ibrahim <[email protected]>2015-06-07 01:27:36 +0100
commit13db60d38245b5bedec87b8cac31d2baebca6f4c (patch)
tree1c7aee3ed094c7d3347093776ee680b20f8b0473 /middleware/gzip
parentc9233d74468059518291b42167fcfc20948676dc (diff)
downloadcaddy-13db60d38245b5bedec87b8cac31d2baebca6f4c.tar.gz
caddy-13db60d38245b5bedec87b8cac31d2baebca6f4c.zip
rename gzip test function to TestGzipHandler
Diffstat (limited to 'middleware/gzip')
-rw-r--r--middleware/gzip/gzip_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/middleware/gzip/gzip_test.go b/middleware/gzip/gzip_test.go
index 4039d14d3..7015a5b77 100644
--- a/middleware/gzip/gzip_test.go
+++ b/middleware/gzip/gzip_test.go
@@ -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"}