diff options
| author | David Lönnhager <david.l@mullvad.net> | 2024-01-17 09:56:38 +0100 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2024-01-17 10:46:46 +0100 |
| commit | 6e121e1fe3440a08fa7d8ab243541c3af570a549 (patch) | |
| tree | b01e5f18f68f0c84578fd2991f33da36d0a0c70c | |
| parent | 45da7d0c4bd7136e8d2f4d3d8e286504d7df04d5 (diff) | |
| download | mullvadvpn-6e121e1fe3440a08fa7d8ab243541c3af570a549.tar.xz mullvadvpn-6e121e1fe3440a08fa7d8ab243541c3af570a549.zip | |
Make changelog link static in test
| -rw-r--r-- | test/test-manager/src/tests/install.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-manager/src/tests/install.rs b/test/test-manager/src/tests/install.rs index c6d362825e..f086385f21 100644 --- a/test/test-manager/src/tests/install.rs +++ b/test/test-manager/src/tests/install.rs @@ -277,7 +277,7 @@ pub async fn test_install_new_app(_: TestContext, rpc: ServiceClient) -> Result< /// /// This test is supposed to guard against regressions to this fix included in /// the 2021.3-beta1 release: -/// https://github.com/mullvad/mullvadvpn-app/blob/main/CHANGELOG.md#security-10 +/// https://github.com/mullvad/mullvadvpn-app/blob/2021.3-beta1/CHANGELOG.md#security #[test_function(priority = -150)] pub async fn test_installation_idempotency( _: TestContext, |
