mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-27 06:03:48 +03:00
remove invalid test
This commit is contained in:
parent
5e24e84288
commit
52f43d2f4c
1 changed files with 0 additions and 6 deletions
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue