diff --git a/test/__snapshots__/generate-server-hub-and-spoke-access.test.ts.snap b/test/__snapshots__/generate-server-hub-and-spoke-access.test.ts.snap index 5b17a9e1..43424860 100644 --- a/test/__snapshots__/generate-server-hub-and-spoke-access.test.ts.snap +++ b/test/__snapshots__/generate-server-hub-and-spoke-access.test.ts.snap @@ -7,7 +7,7 @@ exports[`wireguard generate server hub and spoke access > Should generate config "Peers": [ { "AllowedIPs": Set { - "10.0.0.100/32", + "192.168.10.100/32", }, "Endpoint": undefined, "PresharedKey": StringMatching /\\^\\[\\\\d\\+/A-Za-z\\]\\{42\\}\\[048AEIMQUYcgkosw\\]=\\$/, @@ -36,7 +36,7 @@ exports[`wireguard generate server hub and spoke access > Should generate config exports[`wireguard generate server hub and spoke access > Should generate configs 2`] = ` { - "Address": "10.0.0.100/24", + "Address": "192.168.10.100/24", "ListenPort": 0, "Peers": [ { @@ -63,7 +63,7 @@ exports[`wireguard generate server hub and spoke access > Should generate config "AllowedIPs": Set { "10.0.0.1/32", "10.0.0.3/32", - "10.0.0.100/32", + "192.168.10.100/32", }, "Endpoint": "server.wireguard.com:51820:51820", "PresharedKey": StringMatching /\\^\\[\\\\d\\+/A-Za-z\\]\\{42\\}\\[048AEIMQUYcgkosw\\]=\\$/, @@ -83,7 +83,7 @@ exports[`wireguard generate server hub and spoke access > Should generate config "AllowedIPs": Set { "10.0.0.1/32", "10.0.0.2/32", - "10.0.0.100/32", + "192.168.10.100/32", }, "Endpoint": "server.wireguard.com:51820:51820", "PresharedKey": StringMatching /\\^\\[\\\\d\\+/A-Za-z\\]\\{42\\}\\[048AEIMQUYcgkosw\\]=\\$/,