diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2017-11-23 16:09:21 +0100 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2017-12-05 13:13:03 +0100 |
| commit | a09bd1a77a0962b2b223b7c41570daf9def4fd85 (patch) | |
| tree | 3b3065dfe650b9ba672859f201d161496efdcd95 /test/components | |
| parent | 3369b58e5eb5c636a7945c8a8c3d4eb14bbbe29a (diff) | |
| download | mullvadvpn-a09bd1a77a0962b2b223b7c41570daf9def4fd85.tar.xz mullvadvpn-a09bd1a77a0962b2b223b7c41570daf9def4fd85.zip | |
Remove unused connection.serverAddress
Diffstat (limited to 'test/components')
| -rw-r--r-- | test/components/Connect.spec.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/components/Connect.spec.js b/test/components/Connect.spec.js index d672aa77d6..c3a5ad5f65 100644 --- a/test/components/Connect.spec.js +++ b/test/components/Connect.spec.js @@ -170,7 +170,6 @@ const defaultServer = { const defaultConnection = { status: 'disconnected', isOnline: true, - serverAddress: null, clientIp: null, location: null, country: null, |
