Commit 13db60d3 authored by Abiola Ibrahim's avatar Abiola Ibrahim

rename gzip test function to TestGzipHandler

parent c9233d74
...@@ -9,7 +9,7 @@ import ( ...@@ -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"}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment