From e15a8a84e2c8e09dfbfa1a01b753073d0e995d0a Mon Sep 17 00:00:00 2001 From: claudemiro Date: Thu, 17 Mar 2016 08:44:58 -0300 Subject: [PATCH] Testing cluster option --- functional/test.pusher.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/functional/test.pusher.js b/functional/test.pusher.js index df270d2..3c0d1af 100644 --- a/functional/test.pusher.js +++ b/functional/test.pusher.js @@ -17,7 +17,8 @@ function getPusher(auth) { wsPort: PORT, authEndpoint: auth, enabledTransports: ["ws"], - disabledTransports: ["flash"] + disabledTransports: ["flash"], + cluster: "hello", // Should be ignored }); }