summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
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();
}