From 76f0753f2114da1872f0ad286ddd7ebf45e73894 Mon Sep 17 00:00:00 2001 From: mo khan Date: Thu, 15 May 2025 16:16:39 -0600 Subject: chore: allow envoy to handle health checks --- test/integration/container_test.go | 1 - 1 file changed, 1 deletion(-) (limited to 'test/integration') diff --git a/test/integration/container_test.go b/test/integration/container_test.go index 73724fb..c51c5e0 100644 --- a/test/integration/container_test.go +++ b/test/integration/container_test.go @@ -60,7 +60,6 @@ func TestContainer(t *testing.T) { envoyEndpoint + "/logo.png", sparkleEndpoint + "/", sparkleEndpoint + "/favicon.ico", - sparkleEndpoint + "/health", srv.DiscoveryEndpoint(), } { t.Run(publicPath, func(t *testing.T) { -- cgit v1.2.3