fix: fix envoy tests

This commit is contained in:
Stavros
2026-03-14 12:09:18 +02:00
parent c2a57b57b8
commit 1feffaa4d2
3 changed files with 12 additions and 15 deletions

View File

@@ -13,7 +13,7 @@ import (
"time"
)
var ProxiesToTest = []string{"traefik", "nginx"}
var ProxiesToTest = []string{"traefik", "nginx", "envoy"}
const (
EnvFile = ".env"