diff options
| author | Jonatan Rhodin <jonatan.rhodin@mullvad.net> | 2025-06-17 16:55:21 +0200 |
|---|---|---|
| committer | Jonatan Rhodin <jonatan.rhodin@mullvad.net> | 2025-06-24 14:22:23 +0200 |
| commit | 14fcbe159ea35ebd4e4d0adebd182e47631335cb (patch) | |
| tree | acc327998e3fa82c06c61c064bf0b370b6adc18b /test/test-manager/src/tests/mod.rs | |
| parent | 41a021c7d4efdb74b1c71e7567d22ffc930411c4 (diff) | |
| download | mullvadvpn-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.rs | 2 |
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); } |
