Skip to content

Commit

Permalink
define derp key in tests
Browse files Browse the repository at this point in the history
Signed-off-by: Kristoffer Dalby <[email protected]>
  • Loading branch information
kradalby committed Nov 20, 2023
1 parent 9ba6582 commit f039e4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration/embedded_derp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ func TestDERPServerScenario(t *testing.T) {
headscaleConfig["HEADSCALE_DERP_SERVER_REGION_CODE"] = "headscale"
headscaleConfig["HEADSCALE_DERP_SERVER_REGION_NAME"] = "Headscale Embedded DERP"
headscaleConfig["HEADSCALE_DERP_SERVER_STUN_LISTEN_ADDR"] = "0.0.0.0:3478"
headscaleConfig["HEADSCALE_DERP_SERVER_PRIVATE_KEY_PATH"] = "/tmp/derp.key"

err = scenario.CreateHeadscaleEnv(
spec,
Expand Down

0 comments on commit f039e4a

Please sign in to comment.