diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2017-12-26 12:50:44 +0100 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2018-01-03 12:02:50 +0100 |
| commit | 0449c4fc42a26bb61a587deb6a6bb9a907f19247 (patch) | |
| tree | ed916c3773a80903c0feb3b4ca79388f9ac40a88 | |
| parent | ca6b1a44aaf75a3426e3a44e3b354f40fe311fb2 (diff) | |
| download | mullvadvpn-0449c4fc42a26bb61a587deb6a6bb9a907f19247.tar.xz mullvadvpn-0449c4fc42a26bb61a587deb6a6bb9a907f19247.zip | |
Update remaining tests
| -rw-r--r-- | test/components/Connect.spec.js | 1 | ||||
| -rw-r--r-- | test/components/SelectLocation.spec.js | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/components/Connect.spec.js b/test/components/Connect.spec.js index 4fcc3c6f60..ed8c17982a 100644 --- a/test/components/Connect.spec.js +++ b/test/components/Connect.spec.js @@ -161,6 +161,7 @@ const defaultProps: ConnectProps = { position: [0, 0], }] }], + allowLan: false, }, connection: { status: 'disconnected', diff --git a/test/components/SelectLocation.spec.js b/test/components/SelectLocation.spec.js index 1abdf515d9..459eb366ce 100644 --- a/test/components/SelectLocation.spec.js +++ b/test/components/SelectLocation.spec.js @@ -28,6 +28,7 @@ describe('components/SelectLocation', () => { hasActiveRelays: true, }], }], + allowLan: false, }; const makeProps = (state: SettingsReduxState, mergeProps: $Shape<SelectLocationProps>): SelectLocationProps => { |
