(t *testing.T, wg *WireGuard)
| 169 | } |
| 170 | |
| 171 | func wireGuardServerIP(t *testing.T, wg *WireGuard) string { |
| 172 | t.Helper() |
| 173 | return wireGuardServerIPByFamily(t, wg, false) |
| 174 | } |
| 175 | |
| 176 | func wireGuardServerPublicKey(t *testing.T, wg *WireGuard) string { |
| 177 | t.Helper() |
no test coverage detected