summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2017-11-21 15:50:09 +0100
committerAndrej Mihajlov <and@mullvad.net>2017-11-23 12:41:13 +0100
commit3f7ff30a3aab3f68579ef4c0c608c86cd9468e01 (patch)
tree76a49657c96b40a2868308d1170039796a2567e2 /test
parentabb6dae7b765755d4c687401384095b44e931279 (diff)
downloadmullvadvpn-3f7ff30a3aab3f68579ef4c0c608c86cd9468e01.tar.xz
mullvadvpn-3f7ff30a3aab3f68579ef4c0c608c86cd9468e01.zip
Patch up tests
Diffstat (limited to 'test')
-rw-r--r--test/connect.spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/connect.spec.js b/test/connect.spec.js
index c3ad664b02..c39c845d73 100644
--- a/test/connect.spec.js
+++ b/test/connect.spec.js
@@ -15,7 +15,7 @@ describe('connect', () => {
.withInputValidation(
relayEndpoint => {
if (relayEndpoint) {
- expect(relayEndpoint.host.only).to.equal(arbitraryRelay);
+ expect(relayEndpoint.custom_tunnel_endpoint.host).to.equal(arbitraryRelay);
} else {
expect.fail();
}