Skip to content

Commit

Permalink
Make test_wireguard_tunnel use location: Any
Browse files Browse the repository at this point in the history
  • Loading branch information
Serock3 committed Nov 20, 2024
1 parent 746b94d commit 1b996e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test-manager/src/tests/tunnel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ pub async fn test_wireguard_tunnel(
log::info!("Connect to WireGuard endpoint on port {port}");

let relay_settings = RelaySettings::Normal(RelayConstraints {
location: Constraint::Any,
tunnel_protocol: Constraint::Only(TunnelType::Wireguard),
wireguard_constraints: WireguardConstraints {
port: Constraint::Only(port),
Expand Down

0 comments on commit 1b996e4

Please sign in to comment.