diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2021-11-03 00:19:05 +0100 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2022-03-14 13:58:44 +0100 |
| commit | b43833503ba221d775e2f6196ad6e0dec0929756 (patch) | |
| tree | de0c68c2b049a0ea3f659aa73f10869ebd7e8230 /gui/test | |
| parent | 6459ae7beefcc5f13eb54254dfe402dd807c62fe (diff) | |
| download | mullvadvpn-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.ts | 2 |
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', () => { |
