This commit is contained in:
Tzu-Jung Lee
2014-06-24 11:40:51 -07:00
parent 854d482e26
commit 3351f602a5

View File

@@ -490,7 +490,6 @@ func TestPathMatcher(t *testing.T) {
}
}
func TestSchemeMatcher(t *testing.T) {
for _, v := range schemeMatcherTests {
request, _ := http.NewRequest("GET", v.url, nil)