diff options
Diffstat (limited to 'test/test-manager/src/tests/helpers.rs')
| -rw-r--r-- | test/test-manager/src/tests/helpers.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test-manager/src/tests/helpers.rs b/test/test-manager/src/tests/helpers.rs index 2b68dbda0a..431e3f9c51 100644 --- a/test/test-manager/src/tests/helpers.rs +++ b/test/test-manager/src/tests/helpers.rs @@ -4,8 +4,8 @@ use futures::StreamExt; use mullvad_management_interface::{types, ManagementServiceClient}; use mullvad_types::{ relay_constraints::{ - Constraint, GeographicLocationConstraint, LocationConstraint, OpenVpnConstraints, - RelayConstraintsUpdate, RelaySettingsUpdate, WireguardConstraints, + BridgeState, Constraint, GeographicLocationConstraint, LocationConstraint, + ObfuscationSettings, RelayConstraintsUpdate, RelaySettingsUpdate, }, states::TunnelState, }; |
