diff options
author | Abiola Ibrahim <[email protected]> | 2015-06-07 01:27:36 +0100 |
---|---|---|
committer | Abiola Ibrahim <[email protected]> | 2015-06-07 01:27:36 +0100 |
commit | 13db60d38245b5bedec87b8cac31d2baebca6f4c (patch) | |
tree | 1c7aee3ed094c7d3347093776ee680b20f8b0473 /middleware/gzip | |
parent | c9233d74468059518291b42167fcfc20948676dc (diff) | |
download | caddy-13db60d38245b5bedec87b8cac31d2baebca6f4c.tar.gz caddy-13db60d38245b5bedec87b8cac31d2baebca6f4c.zip |
rename gzip test function to TestGzipHandler
Diffstat (limited to 'middleware/gzip')
-rw-r--r-- | middleware/gzip/gzip_test.go | 2 |
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"} |