summaryrefslogtreecommitdiffstats
path: root/api/websocket_test.go
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-11-15 10:39:23 -0500
committerenahum <nahumhbl@gmail.com>2016-11-15 12:39:23 -0300
commitc77d3ae614ad5148f1b4c94b2d87a265890d3699 (patch)
treed5f15db007f8e98f245ab2cd0375924600164dbe /api/websocket_test.go
parent9c36ca9aca013a749fc3f9df42394b77fcdeb027 (diff)
downloadchat-c77d3ae614ad5148f1b4c94b2d87a265890d3699.tar.gz
chat-c77d3ae614ad5148f1b4c94b2d87a265890d3699.tar.bz2
chat-c77d3ae614ad5148f1b4c94b2d87a265890d3699.zip
Fix websocket authentication test build gremlin (#4549)
Diffstat (limited to 'api/websocket_test.go')
-rw-r--r--api/websocket_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/api/websocket_test.go b/api/websocket_test.go
index 144c1a39b..e04d1a3f0 100644
--- a/api/websocket_test.go
+++ b/api/websocket_test.go
@@ -45,8 +45,6 @@ func TestWebSocketAuthentication(t *testing.T) {
t.Fatal("should have closed")
}
- WebSocketClient.Close()
-
if conn, _, err := websocket.DefaultDialer.Dial(WebSocketClient.ApiUrl+"/users/websocket", nil); err != nil {
t.Fatal("should have connected")
} else {