remove invalid test

This commit is contained in:
Mohammed Al Sahaf 2022-06-12 22:48:45 +03:00
parent 5e24e84288
commit 52f43d2f4c

View file

@ -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)
}
}