diff options
| author | Erik Larkö <erik@mullvad.net> | 2017-11-09 09:03:45 +0100 |
|---|---|---|
| committer | Erik Larkö <erik@mullvad.net> | 2017-11-09 09:03:45 +0100 |
| commit | 7f6c8398eacb5421b51c1f02befde4e4f6402fc7 (patch) | |
| tree | 93456d22efbf668e39147ffb50b3beee37272a8c /test/components/SelectLocation.spec.js | |
| parent | a77e01a50b165fd8d6e2db96652a1fcc9a220723 (diff) | |
| download | mullvadvpn-7f6c8398eacb5421b51c1f02befde4e4f6402fc7.tar.xz mullvadvpn-7f6c8398eacb5421b51c1f02befde4e4f6402fc7.zip | |
Redid the settings state and inlined a few components
Diffstat (limited to 'test/components/SelectLocation.spec.js')
| -rw-r--r-- | test/components/SelectLocation.spec.js | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/test/components/SelectLocation.spec.js b/test/components/SelectLocation.spec.js index a3565a6704..28c9299807 100644 --- a/test/components/SelectLocation.spec.js +++ b/test/components/SelectLocation.spec.js @@ -12,10 +12,8 @@ describe('components/SelectLocation', () => { const state: SettingsReduxState = { relayConstraints: { host: 'any', - tunnel: { openvpn: { - port: 'any', - protocol: 'any', - }}, + port: 'any', + protocol: 'any', }, }; |
