mirror of
https://github.com/netbirdio/netbird.git
synced 2025-06-21 02:08:40 +02:00
Fix ipv6 issue on tests
This commit is contained in:
parent
2d7e797e08
commit
dab50f35d7
@ -19,8 +19,8 @@ import (
|
||||
var (
|
||||
av = &auth.AllowAllAuth{}
|
||||
hmacTokenStore = &hmac.TokenStore{}
|
||||
serverListenAddr = "localhost:1234"
|
||||
serverURL = "rel://localhost:1234"
|
||||
serverListenAddr = "127.0.0.1:1234"
|
||||
serverURL = "rel://127.0.0.1:1234"
|
||||
)
|
||||
|
||||
func TestMain(m *testing.M) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user