summaryrefslogtreecommitdiff
path: root/test/integration/container_test.go
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-05-15 17:06:18 -0600
committermo khan <mo@mokhan.ca>2025-05-15 17:06:18 -0600
commit1622cea8df335a605ed815c6753cdefe8d2147ad (patch)
tree073f38f5834e433afd64038d7aa25266c47329df /test/integration/container_test.go
parentc151c1a77d31c5e01885691b6df1ea7b0be0b0e5 (diff)
parent76f0753f2114da1872f0ad286ddd7ebf45e73894 (diff)
Merge branch 'envoy-health-check' into 'main'
Allow envoy to handle health checks See merge request gitlab-org/software-supply-chain-security/authorization/sparkled!8
Diffstat (limited to 'test/integration/container_test.go')
-rw-r--r--test/integration/container_test.go1
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) {