diff options
| author | mo khan <mo@mokhan.ca> | 2025-05-15 16:16:39 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-05-15 16:16:39 -0600 |
| commit | 76f0753f2114da1872f0ad286ddd7ebf45e73894 (patch) | |
| tree | 073f38f5834e433afd64038d7aa25266c47329df /test/integration | |
| parent | c151c1a77d31c5e01885691b6df1ea7b0be0b0e5 (diff) | |
chore: allow envoy to handle health checks
Diffstat (limited to 'test/integration')
| -rw-r--r-- | test/integration/container_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
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) { |
