Fix TestEngine_UpdateNetworkMap

This commit is contained in:
Zoltan Papp
2025-02-28 15:08:57 +01:00
parent 4c39ba3ffb
commit f8a4cfb611

View File

@@ -332,6 +332,7 @@ func TestEngine_SSH(t *testing.T) {
}
func TestEngine_UpdateNetworkMap(t *testing.T) {
os.Setenv(envDisableLazyConn, "true")
// test setup
key, err := wgtypes.GeneratePrivateKey()
if err != nil {