diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2017-11-21 15:50:09 +0100 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2017-11-23 12:41:13 +0100 |
| commit | 3f7ff30a3aab3f68579ef4c0c608c86cd9468e01 (patch) | |
| tree | 76a49657c96b40a2868308d1170039796a2567e2 /test | |
| parent | abb6dae7b765755d4c687401384095b44e931279 (diff) | |
| download | mullvadvpn-3f7ff30a3aab3f68579ef4c0c608c86cd9468e01.tar.xz mullvadvpn-3f7ff30a3aab3f68579ef4c0c608c86cd9468e01.zip | |
Patch up tests
Diffstat (limited to 'test')
| -rw-r--r-- | test/connect.spec.js | 2 |
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(); } |
