Skip to content

Commit 9033a46

Browse files
committed
Update test-manager
1 parent 36a3e17 commit 9033a46

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

test/test-manager/src/tests/dns.rs

+1
Original file line numberDiff line numberDiff line change
@@ -650,6 +650,7 @@ async fn connect_local_wg_relay(mullvad_client: &mut MullvadProxyClient) -> Resu
650650
allowed_ips: vec!["0.0.0.0/0".parse().unwrap()],
651651
endpoint: peer_addr,
652652
psk: None,
653+
constant_packet_size: false,
653654
},
654655
ipv4_gateway: CUSTOM_TUN_GATEWAY,
655656
exit_peer: None,

test/test-manager/src/tests/helpers.rs

+1
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,7 @@ pub fn unreachable_wireguard_tunnel() -> talpid_types::net::wireguard::Connectio
487487
],
488488
endpoint: "1.3.3.7:1234".parse().unwrap(),
489489
psk: None,
490+
constant_packet_size: false,
490491
},
491492
exit_peer: None,
492493
ipv4_gateway: Ipv4Addr::new(10, 64, 10, 1),

test/test-manager/src/tests/tunnel_state.rs

+1
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@ pub async fn test_connected_state(
369369
obfuscation: None,
370370
entry_endpoint: None,
371371
tunnel_interface: _,
372+
daita: _,
372373
},
373374
..
374375
} => {

0 commit comments

Comments
 (0)