Fix unit test data

This commit is contained in:
Zoltán Papp
2025-09-04 10:24:57 +02:00
parent 0a03145709
commit 0ce32ec527
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ func seedProxies() ([]proxyInstance, error) {
func seedProxyForProxyCloseByRemoteConn() ([]proxyInstance, error) {
pl := make([]proxyInstance, 0)
wgAddress, err := wgaddr.ParseWGAddress("10.0.0.1")
wgAddress, err := wgaddr.ParseWGAddress("10.0.0.1/32")
if err != nil {
return nil, err
}