summaryrefslogtreecommitdiffhomepage
path: root/test/test-manager/src/tests/mod.rs
diff options
context:
space:
mode:
authorJonatan Rhodin <jonatan.rhodin@mullvad.net>2025-06-17 16:55:21 +0200
committerJonatan Rhodin <jonatan.rhodin@mullvad.net>2025-06-24 14:22:23 +0200
commit14fcbe159ea35ebd4e4d0adebd182e47631335cb (patch)
treeacc327998e3fa82c06c61c064bf0b370b6adc18b /test/test-manager/src/tests/mod.rs
parent41a021c7d4efdb74b1c71e7567d22ffc930411c4 (diff)
downloadmullvadvpn-14fcbe159ea35ebd4e4d0adebd182e47631335cb.tar.xz
mullvadvpn-14fcbe159ea35ebd4e4d0adebd182e47631335cb.zip
Enable support for creating a custom list with locations
Diffstat (limited to 'test/test-manager/src/tests/mod.rs')
-rw-r--r--test/test-manager/src/tests/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-manager/src/tests/mod.rs b/test/test-manager/src/tests/mod.rs
index 0858ffd9fa..fcf02ac0f6 100644
--- a/test/test-manager/src/tests/mod.rs
+++ b/test/test-manager/src/tests/mod.rs
@@ -191,7 +191,7 @@ pub async fn set_test_location(
let mut custom_list = find_custom_list(mullvad_client, &custom_list_name).await?;
- assert_eq!(list_id, custom_list.id);
+ assert_eq!(list_id, custom_list.id());
for location in locations {
custom_list.locations.insert(location);
}