From 52f43d2f4c5544df6e9584d1e4d06bb3f10f5369 Mon Sep 17 00:00:00 2001 From: Mohammed Al Sahaf Date: Sun, 12 Jun 2022 22:48:45 +0300 Subject: [PATCH] remove invalid test --- modules/caddyhttp/matchers_test.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules/caddyhttp/matchers_test.go b/modules/caddyhttp/matchers_test.go index 3471c40c8..041975d80 100644 --- a/modules/caddyhttp/matchers_test.go +++ b/modules/caddyhttp/matchers_test.go @@ -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) - } -}