Fix DERP name in integration tests

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
Kristoffer Dalby 2022-10-03 13:27:18 +02:00
parent d575dac73a
commit 6b67584d47
No known key found for this signature in database
3 changed files with 5 additions and 4 deletions

View file

@ -19,7 +19,7 @@ import (
)
const (
headscaleHostname = "headscale-derp"
headscaleHostname = "headscale"
DOCKER_EXECUTE_TIMEOUT = 10 * time.Second
)