mirror of
https://github.com/caddyserver/caddy.git
synced 2026-05-26 08:42:31 -04:00
remove invalid test
This commit is contained in:
@@ -1145,9 +1145,3 @@ func BenchmarkHostMatcherWithPlaceholder(b *testing.B) {
|
||||
match.Match(req)
|
||||
}
|
||||
}
|
||||
|
||||
func TestConformsToNamespace(t *testing.T) {
|
||||
if ok, err := caddy.ConformsToNamespace(new(StaticResponse), "http.matchers"); !ok || err != nil {
|
||||
t.Errorf("%s", err)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user