summaryrefslogtreecommitdiffhomepage
path: root/gui/test
diff options
context:
space:
mode:
authorOskar Nyberg <oskar@mullvad.net>2021-11-03 00:19:05 +0100
committerOskar Nyberg <oskar@mullvad.net>2022-03-14 13:58:44 +0100
commitb43833503ba221d775e2f6196ad6e0dec0929756 (patch)
treede0c68c2b049a0ea3f659aa73f10869ebd7e8230 /gui/test
parent6459ae7beefcc5f13eb54254dfe402dd807c62fe (diff)
downloadmullvadvpn-b43833503ba221d775e2f6196ad6e0dec0929756.tar.xz
mullvadvpn-b43833503ba221d775e2f6196ad6e0dec0929756.zip
Remove everything related to WireGuard key handling
Diffstat (limited to 'gui/test')
-rw-r--r--gui/test/history.spec.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/test/history.spec.ts b/gui/test/history.spec.ts
index 2c92e0219e..be0bb6a6a0 100644
--- a/gui/test/history.spec.ts
+++ b/gui/test/history.spec.ts
@@ -7,7 +7,7 @@ const BASE_PATH = RoutePath.launch;
const FIRST_PATH = RoutePath.main;
const SECOND_PATH = RoutePath.settings;
const THIRD_PATH = RoutePath.advancedSettings;
-const FOURTH_PATH = RoutePath.wireguardKeys;
+const FOURTH_PATH = RoutePath.preferences;
const FIFTH_PATH = RoutePath.splitTunneling;
describe('History', () => {