Fix ipv6 issue on tests

This commit is contained in:
Zoltan Papp 2024-07-08 21:56:15 +02:00
parent 2d7e797e08
commit dab50f35d7

View File

@ -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) {