mirror of
https://github.com/dcarrillo/whatismyip.git
synced 2025-07-01 18:39:28 +00:00
Update dependencies and fix CVE-2025-22870, CVE-2024-40635
This commit is contained in:
@ -10,7 +10,6 @@ import (
|
||||
"net/http"
|
||||
"strings"
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
validator "github.com/dcarrillo/whatismyip/internal/validator/uuid"
|
||||
"github.com/dcarrillo/whatismyip/router"
|
||||
@ -135,12 +134,7 @@ func TestContainerIntegration(t *testing.T) {
|
||||
ContainerFilePath: "/resolver.yml",
|
||||
},
|
||||
},
|
||||
WaitingFor: wait.ForAll(
|
||||
wait.ForListeningPort("8000/tcp").WithStartupTimeout(5*time.Second),
|
||||
wait.ForListeningPort("8001/tcp").WithStartupTimeout(5*time.Second),
|
||||
wait.ForListeningPort("8001/udp").WithStartupTimeout(5*time.Second),
|
||||
wait.ForListeningPort("53/udp").WithStartupTimeout(5*time.Second),
|
||||
),
|
||||
WaitingFor: wait.ForLog("Starting QUIC server"),
|
||||
AutoRemove: true,
|
||||
},
|
||||
Started: true,
|
||||
|
Reference in New Issue
Block a user